File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ source 'https://rubygems.org'
22git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
33gemspec
44
5- gem "sqlite3"
65gem "debug" , ">= 1.0.0"
76
87group :test do
Original file line number Diff line number Diff line change 6262 nokogiri (1.13.6 )
6363 mini_portile2 (~> 2.8.0 )
6464 racc (~> 1.4 )
65+ nokogiri (1.13.6-x86_64-darwin )
66+ racc (~> 1.4 )
67+ nokogiri (1.13.6-x86_64-linux )
68+ racc (~> 1.4 )
6569 racc (1.6.0 )
6670 rack (2.2.3 )
6771 rack-test (1.1.0 )
8084 rake (13.0.6 )
8185 reline (0.2.7 )
8286 io-console (~> 0.5 )
83- sqlite3 (1.4.2 )
8487 thor (1.2.1 )
8588 tzinfo (2.0.4 )
8689 concurrent-ruby (~> 1.0 )
8790 zeitwerk (2.5.1 )
8891
8992PLATFORMS
9093 ruby
94+ x86_64-darwin
95+ x86_64-linux
9196
9297DEPENDENCIES
9398 actionmailer (>= 6.0.0 )
9499 debug (>= 1.0.0 )
95- sqlite3
96100 tailwindcss-rails !
97101
98102BUNDLED WITH
You can’t perform that action at this time.
0 commit comments