Skip to content

Commit

Permalink
Update some testing dependencies
Browse files Browse the repository at this point in the history
Trying to get tests back to passing.
  • Loading branch information
danielmorrison committed Dec 23, 2022
1 parent 7365aa1 commit 3398e69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Expand Up @@ -16,7 +16,7 @@ appraise "rails51" do
end

appraise "rails52" do
gem "rails", ">= 5.2.0", "< 5.3"
gem "rails", ">= 5.2.8.1", "< 5.3"
gem "mysql2", ">= 0.4.4", "< 0.6.0"
gem "pg", ">= 0.18", "< 2.0"
gem "sqlite3", "~> 1.3.6"
Expand Down
2 changes: 1 addition & 1 deletion audited.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "activerecord-jdbcpostgresql-adapter", "~> 1.3"
gem.add_development_dependency "activerecord-jdbcmysql-adapter", "~> 1.3"
else
gem.add_development_dependency "sqlite3", "~> 1.3"
gem.add_development_dependency "sqlite3", ">= 1.3.6"
gem.add_development_dependency "mysql2", ">= 0.3.20"
gem.add_development_dependency "pg", ">= 0.18", "< 2.0"
end
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails52.gemfile
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "rails", ">= 5.2.0", "< 5.3"
gem "rails", ">= 5.2.8.1", "< 5.3"
gem "mysql2", ">= 0.4.4", "< 0.6.0"
gem "pg", ">= 0.18", "< 2.0"
gem "sqlite3", "~> 1.3.6"
Expand Down

0 comments on commit 3398e69

Please sign in to comment.