Skip to content

Commit

Permalink
fix: set sqlite version in gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
a-chacon committed Jul 29, 2024
1 parent 291efdf commit 559d993
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

gem 'puma'

gem 'sqlite3'
gem 'sqlite3', "~> 1.4"

gem 'sprockets-rails'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (2.0.2-x86_64-linux-gnu)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.1)
thor (1.3.1)
timeout (0.4.1)
Expand All @@ -205,7 +205,7 @@ DEPENDENCIES
puma
rack-cors
sprockets-rails
sqlite3
sqlite3 (~> 1.4)

BUNDLED WITH
2.5.15
19 changes: 8 additions & 11 deletions test/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,27 +137,25 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6-aarch64-linux)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm-linux)
nokogiri (1.16.7-arm-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86-linux)
nokogiri (1.16.7-x86-linux)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
psych (5.1.2)
stringio
public_suffix (6.0.0)
public_suffix (6.0.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.1.7)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -203,7 +201,7 @@ GEM
rexml (3.3.2)
strscan
rubyzip (2.3.2)
selenium-webdriver (4.22.0)
selenium-webdriver (4.23.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -256,7 +254,6 @@ DEPENDENCIES
debug
jbuilder
puma (>= 5.0)
rack-cors
rails (~> 7.1.3, >= 7.1.3.4)
selenium-webdriver
sprockets-rails
Expand Down

0 comments on commit 559d993

Please sign in to comment.