File tree 2 files changed +6
-3
lines changed
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'
2
2
git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
3
3
gemspec
4
4
5
- gem "sqlite3"
6
5
gem "debug" , ">= 1.0.0"
7
6
8
7
group :test do
Original file line number Diff line number Diff line change 62
62
nokogiri (1.13.6 )
63
63
mini_portile2 (~> 2.8.0 )
64
64
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 )
65
69
racc (1.6.0 )
66
70
rack (2.2.3 )
67
71
rack-test (1.1.0 )
80
84
rake (13.0.6 )
81
85
reline (0.2.7 )
82
86
io-console (~> 0.5 )
83
- sqlite3 (1.4.2 )
84
87
thor (1.2.1 )
85
88
tzinfo (2.0.4 )
86
89
concurrent-ruby (~> 1.0 )
87
90
zeitwerk (2.5.1 )
88
91
89
92
PLATFORMS
90
93
ruby
94
+ x86_64-darwin
95
+ x86_64-linux
91
96
92
97
DEPENDENCIES
93
98
actionmailer (>= 6.0.0 )
94
99
debug (>= 1.0.0 )
95
- sqlite3
96
100
tailwindcss-rails !
97
101
98
102
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments