Skip to content

Commit

Permalink
Merge pull request #11 from stac47/lstacul/fix_open_bounded_constraint
Browse files Browse the repository at this point in the history
Specify maximum rails version
  • Loading branch information
stac47 authored Jan 5, 2024
2 parents 0caf5ef + b29102a commit d685826
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.ruby-version
.rspec_status
gemfiles/.bundle/
*.gem
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
tzu (1.0.0)
activesupport
activesupport (>= 4.2, < 8)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
tzu (1.0.0)
activesupport
activesupport (>= 4.2, < 8)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
tzu (1.0.0)
activesupport
activesupport (>= 4.2, < 8)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
tzu (1.0.0)
activesupport
activesupport (>= 4.2, < 8)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
tzu (1.0.0)
activesupport
activesupport (>= 4.2, < 8)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion tzu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Gem::Specification.new do |s|
s.files = Dir.glob("lib/**/*") + %w[LICENSE.txt README.md]
s.require_paths = ["lib"]

s.add_dependency "activesupport"
s.add_dependency "activesupport", ">= 4.2", "< 8"
end

0 comments on commit d685826

Please sign in to comment.