Skip to content

Commit

Permalink
Update appriasal gemfiles.
Browse files Browse the repository at this point in the history
Dependabot can't update appraisals, so they drift.
  • Loading branch information
nickcharlton committed Apr 19, 2019
1 parent 4aa6e66 commit 125c7aa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions gemfiles/rails42.gemfile
Expand Up @@ -21,14 +21,14 @@ group :development, :test do
gem "byebug"
gem "dotenv-rails"
gem "factory_bot_rails"
gem "i18n-tasks", "0.9.24"
gem "i18n-tasks", "0.9.29"
gem "pry-rails"
gem "rspec-rails"
end

group :test do
gem "ammeter"
gem "capybara", "2.18.0"
gem "capybara", "3.17.0"
gem "database_cleaner"
gem "formulaic"
gem "launchy"
Expand All @@ -37,7 +37,7 @@ group :test do
gem "shoulda-matchers"
gem "timecop"
gem "webmock"
gem "xpath", "3.1.0"
gem "xpath", "3.2.0"
end

group :staging, :production do
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails50.gemfile
Expand Up @@ -21,14 +21,14 @@ group :development, :test do
gem "byebug"
gem "dotenv-rails"
gem "factory_bot_rails"
gem "i18n-tasks", "0.9.24"
gem "i18n-tasks", "0.9.29"
gem "pry-rails"
gem "rspec-rails"
end

group :test do
gem "ammeter"
gem "capybara", "2.18.0"
gem "capybara", "3.17.0"
gem "database_cleaner"
gem "formulaic"
gem "launchy"
Expand All @@ -37,7 +37,7 @@ group :test do
gem "shoulda-matchers"
gem "timecop"
gem "webmock"
gem "xpath", "3.1.0"
gem "xpath", "3.2.0"
end

group :staging, :production do
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails51.gemfile
Expand Up @@ -21,14 +21,14 @@ group :development, :test do
gem "byebug"
gem "dotenv-rails"
gem "factory_bot_rails"
gem "i18n-tasks", "0.9.24"
gem "i18n-tasks", "0.9.29"
gem "pry-rails"
gem "rspec-rails"
end

group :test do
gem "ammeter"
gem "capybara", "2.18.0"
gem "capybara", "3.17.0"
gem "database_cleaner"
gem "formulaic"
gem "launchy"
Expand All @@ -37,7 +37,7 @@ group :test do
gem "shoulda-matchers"
gem "timecop"
gem "webmock"
gem "xpath", "3.1.0"
gem "xpath", "3.2.0"
end

group :staging, :production do
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails52.gemfile
Expand Up @@ -21,14 +21,14 @@ group :development, :test do
gem "byebug"
gem "dotenv-rails"
gem "factory_bot_rails"
gem "i18n-tasks", "0.9.24"
gem "i18n-tasks", "0.9.29"
gem "pry-rails"
gem "rspec-rails"
end

group :test do
gem "ammeter"
gem "capybara", "2.18.0"
gem "capybara", "3.17.0"
gem "database_cleaner"
gem "formulaic"
gem "launchy"
Expand All @@ -37,7 +37,7 @@ group :test do
gem "shoulda-matchers"
gem "timecop"
gem "webmock"
gem "xpath", "3.1.0"
gem "xpath", "3.2.0"
end

group :staging, :production do
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/sass_3_4.gemfile
Expand Up @@ -19,14 +19,14 @@ group :development, :test do
gem "byebug"
gem "dotenv-rails"
gem "factory_bot_rails"
gem "i18n-tasks", "0.9.24"
gem "i18n-tasks", "0.9.29"
gem "pry-rails"
gem "rspec-rails"
end

group :test do
gem "ammeter"
gem "capybara", "2.18.0"
gem "capybara", "3.17.0"
gem "database_cleaner"
gem "formulaic"
gem "launchy"
Expand All @@ -35,7 +35,7 @@ group :test do
gem "shoulda-matchers"
gem "timecop"
gem "webmock"
gem "xpath", "3.1.0"
gem "xpath", "3.2.0"
end

group :staging, :production do
Expand Down

0 comments on commit 125c7aa

Please sign in to comment.