Skip to content

Commit

Permalink
Update Gemfile default Rails/ActiveAdmin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
workgena committed May 15, 2019
1 parent aca957f commit 3fe4483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'activeadmin', "~> #{ENV['AA'] || '1.4.3'}"
gem 'rails', "~> #{ENV['RAILS'] || '4.2.11'}"
gem 'activeadmin', "~> #{ENV['AA'] || '2.0.0'}"
gem 'rails', "~> #{ENV['RAILS'] || '5.2.0'}"

gem 'capybara'
gem 'chromedriver-helper'
Expand Down

0 comments on commit 3fe4483

Please sign in to comment.