We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca957f commit 3fe4483Copy full SHA for 3fe4483
Gemfile
@@ -3,8 +3,8 @@ source 'https://rubygems.org'
3
gemspec
4
5
group :test do
6
- gem 'activeadmin', "~> #{ENV['AA'] || '1.4.3'}"
7
- gem 'rails', "~> #{ENV['RAILS'] || '4.2.11'}"
+ gem 'activeadmin', "~> #{ENV['AA'] || '2.0.0'}"
+ gem 'rails', "~> #{ENV['RAILS'] || '5.2.0'}"
8
9
gem 'capybara'
10
gem 'chromedriver-helper'
0 commit comments