Skip to content

Commit

Permalink
Downgrade sqlite3 version for Rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jun 20, 2024
1 parent bfea665 commit 4523ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appraise "rails-5" do
gem 'activemodel', '~> 5.2'
gem 'alias_method_chain'
gem 'bigdecimal'
gem 'sqlite3', '~> 2.0'
gem 'sqlite3', '~> 1.3.0'
gem 'i18n', '~> 1.5.1'
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "activemodel", "~> 5.2"
gem "alias_method_chain"
gem "bigdecimal"
gem "sqlite3", "~> 2.0"
gem "sqlite3", "~> 1.3.0"
gem "i18n", "~> 1.5.1"

gemspec path: "../"

0 comments on commit 4523ac8

Please sign in to comment.