Skip to content

Commit

Permalink
Freeze sqlite3 gem version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Apr 19, 2024
1 parent 1d93e41 commit 5144677
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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 "rails", "~> 6.1.0"

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

group :development do
gem "appraisal"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ DEPENDENCIES
rails (~> 6.1.0)
rexml
selenium-webdriver
sqlite3
sqlite3 (~> 1.4)
stimulus-rails
turbo-rails
webdrivers
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0_propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 7.0.0"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
gem "propshaft"

group :development do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0_sprockets.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 7.0.0"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
gem "sprockets-rails"

group :development do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1_propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 7.1.0"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
gem "propshaft"

group :development do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1_sprockets.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 7.1.0"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
gem "sprockets-rails"

group :development do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main_propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", branch: "main", git: "https://github.com/rails/rails.git"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
gem "propshaft"

group :development do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main_sprockets.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", branch: "main", git: "https://github.com/rails/rails.git"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
gem "sprockets-rails"

group :development do
Expand Down

0 comments on commit 5144677

Please sign in to comment.