Skip to content

Commit 54176f1

Browse files
authored
Update Rails dependency range to less than 9
1 parent ff02f00 commit 54176f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acts_as_replaceable.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.authors = ['Nicholas Jakobsen', 'Ryan Wallace']
99
s.files = Dir.glob("{lib,spec}/**/*") + %w(README.rdoc)
1010

11-
s.add_dependency('rails', [">= 4.1.8", "< 8"])
11+
s.add_dependency('rails', [">= 4.1.8", "< 9"])
1212

1313
s.add_development_dependency('sqlite3')
1414
s.add_development_dependency('rspec-rails')

0 commit comments

Comments
 (0)