We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9aa9d commit d56f909Copy full SHA for d56f909
Gemfile.lock
@@ -62,6 +62,10 @@ GEM
62
nokogiri (1.13.6)
63
mini_portile2 (~> 2.8.0)
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
69
racc (1.6.0)
70
rack (2.2.3)
71
rack-test (1.1.0)
@@ -80,14 +84,19 @@ GEM
80
84
rake (13.0.6)
81
85
reline (0.2.7)
82
86
io-console (~> 0.5)
83
- sqlite3 (1.4.2)
87
+ sqlite3 (1.5.3)
88
+ mini_portile2 (~> 2.8.0)
89
+ sqlite3 (1.5.3-x86_64-darwin)
90
+ sqlite3 (1.5.3-x86_64-linux)
91
thor (1.2.1)
92
tzinfo (2.0.4)
93
concurrent-ruby (~> 1.0)
94
zeitwerk (2.5.1)
95
96
PLATFORMS
97
ruby
98
+ x86_64-darwin
99
+ x86_64-linux
100
101
DEPENDENCIES
102
actionmailer (>= 6.0.0)
0 commit comments