Skip to content

Commit

Permalink
Support Rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
rmacklin committed Jan 30, 2017
1 parent 8d1937d commit e6fe190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprockets-bumble_d.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['{lib}/**/*']
spec.require_paths = ['lib']

spec.add_dependency 'railties', '~> 4.2'
spec.add_dependency 'railties', ['>= 4.2.0', '< 6.0']
spec.add_dependency 'schmooze', '0.1.6'
spec.add_dependency 'sprockets', '~> 3.5'
end

0 comments on commit e6fe190

Please sign in to comment.