Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Diesel committed Dec 19, 2020
1 parent e66c11f commit 3599b03
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ RAILS_VERSIONS.each do |version|
appraise "rails_#{version}" do
gem 'activerecord', version
gem 'activesupport', version
if version.split('.').first.to_i < 6
gem 'sqlite3', '1.3.13'
end
end
end
1 change: 1 addition & 0 deletions gemfiles/rails_4.2.11.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source "https://rubygems.org"

gem "activerecord", "4.2.11.1"
gem "activesupport", "4.2.11.1"
gem "sqlite3", "1.3.13"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_5.0.7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source "https://rubygems.org"

gem "activerecord", "5.0.7.2"
gem "activesupport", "5.0.7.2"
gem "sqlite3", "1.3.13"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_5.1.6.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source "https://rubygems.org"

gem "activerecord", "5.1.6.2"
gem "activesupport", "5.1.6.2"
gem "sqlite3", "1.3.13"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_5.2.2.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source "https://rubygems.org"

gem "activerecord", "5.2.2.1"
gem "activesupport", "5.2.2.1"
gem "sqlite3", "1.3.13"

gemspec path: "../"

0 comments on commit 3599b03

Please sign in to comment.