Skip to content

Commit

Permalink
Update gemspec & activerecord-50.gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joker1007 committed Aug 11, 2016
1 parent dadbde7 commit f7d2a5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions activemodel-associations.gemspec
Expand Up @@ -18,9 +18,9 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_runtime_dependency "activerecord", "< 5"
spec.add_runtime_dependency "activemodel", "< 5"
spec.add_runtime_dependency "activesupport", "< 5"
spec.add_runtime_dependency "activerecord", "< 6", ">= 4.1"
spec.add_runtime_dependency "activemodel", "< 6", ">= 4.1"
spec.add_runtime_dependency "activesupport", "< 6", ">= 4.1"

spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake"
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/activerecord-50.gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "activerecord", "~> 5.0.0.beta"
gem "activemodel", "~> 5.0.0.beta"
gem "activesupport", "~> 5.0.0.beta"
gem "activerecord", "~> 5.0.0"
gem "activemodel", "~> 5.0.0"
gem "activesupport", "~> 5.0.0"

gemspec :path => "../"

0 comments on commit f7d2a5f

Please sign in to comment.