Skip to content

Commit 47283d4

Browse files
Merge pull request #3 from voxmedia/jm-correct-rails-gemspec
This version is not rails 6 compatible
2 parents 127d279 + 9d69583 commit 47283d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prototype-rails.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'prototype-rails'
3-
spec.version = '4.1.4'
3+
spec.version = '4.1.5'
44
spec.summary = 'Prototype, Scriptaculous, and RJS for Ruby on Rails'
55
spec.homepage = 'http://github.com/rails/prototype-rails'
66
spec.author = 'Xavier Noria'
77
spec.email = 'fxn@hashref.com'
88

99
spec.files = %w(README.md Rakefile Gemfile MIT-LICENSE) + Dir['lib/**/*', 'vendor/**/*']
1010

11-
spec.add_dependency('rails', '>= 4.2')
11+
spec.add_dependency('rails', '>= 4.2', '< 6.0')
1212
spec.add_development_dependency('mocha')
1313
spec.add_development_dependency('rails-controller-testing')
1414
spec.license = "MIT"

0 commit comments

Comments
 (0)