Skip to content

Commit

Permalink
Try pinning only activemodel again.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar authored Feb 28, 2019
1 parent f890b0a commit b8e22e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec path: File.expand_path('..', __FILE__)
gem 'byebug' unless ENV['TRAVIS']
gem 'pry-byebug' unless ENV['CI']

gem 'rails', ENV['RAILS_VERSION'] if ENV['RAILS_VERSION']
gem 'activemodel', ENV['RAILS_VERSION'] if ENV['RAILS_VERSION']

group :test do
gem 'simplecov', require: false
Expand Down

0 comments on commit b8e22e5

Please sign in to comment.