Skip to content

Commit 158888c

Browse files
Update dependency sqlite3 to v2.4.0
1 parent 7a6cacb commit 158888c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ gem "matrix", "~> 0.4.2"
1010
gem "nokogiri", "~> 1.16"
1111
gem "pry", "~> 0.15.0"
1212
gem "rake", "~> 13.2"
13-
gem "rspec-rails", "~> 7.1"
13+
gem "rspec-rails", "~> 7.0"
1414
gem "sprockets-rails", "~> 3.5"
1515
gem "sqlite3", "~> 2.0"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ GEM
219219
actionpack (>= 6.1)
220220
activesupport (>= 6.1)
221221
sprockets (>= 3.0.0)
222-
sqlite3 (2.0.4-arm64-darwin)
223-
sqlite3 (2.0.4-x86_64-linux-gnu)
222+
sqlite3 (2.4.0-arm64-darwin)
223+
sqlite3 (2.4.0-x86_64-linux-gnu)
224224
stringio (3.1.2)
225225
thor (1.3.2)
226226
timeout (0.4.2)
@@ -247,7 +247,7 @@ DEPENDENCIES
247247
pry (~> 0.15.0)
248248
rails-footnotes!
249249
rake (~> 13.2)
250-
rspec-rails (~> 7.1)
250+
rspec-rails (~> 7.0)
251251
sprockets-rails (~> 3.5)
252252
sqlite3 (~> 2.0)
253253

0 commit comments

Comments
 (0)