Skip to content

Commit

Permalink
Prepare adequate_exposure for Rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
plicjo committed Jan 26, 2016
1 parent c9c9710 commit e1a1b70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ source "https://rubygems.org"

gemspec

gem "rspec-rails", "~> 3.0"
gem 'rspec-mocks', github: 'rspec/rspec-mocks'
gem 'rspec-expectations', github: 'rspec/rspec-expectations'
gem 'rspec-support', github: 'rspec/rspec-support'
gem 'rspec-core', github: 'rspec/rspec-core'
gem 'rspec-rails', github: 'rspec/rspec-rails'
gem "rake", "~> 10.3"
gem "pry"
4 changes: 2 additions & 2 deletions adequate_exposure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = "~> 2.0"

spec.add_dependency "railties", "~> 4.0"
spec.add_dependency "activesupport", "~> 4.0"
spec.add_dependency "railties", "~> 5.0.0.beta1.1"
spec.add_dependency "activesupport", "~> 5.0.0.beta1.1"
end

0 comments on commit e1a1b70

Please sign in to comment.