Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
upgrade rack versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Cooke committed Mar 10, 2016
1 parent 78af669 commit 28acd0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
moonrope (2.0.0)
deep_merge (~> 1.0)
json (~> 1.7)
rack (~> 1.4)
rack (>= 1.4)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion moonrope.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.bindir = "bin"
s.executables << 'moonrope'
s.add_dependency "json", "~> 1.7"
s.add_dependency "rack", "~> 1.4"
s.add_dependency "rack", ">= 1.4"
s.add_dependency "deep_merge", "~> 1.0"
s.add_development_dependency "rake", '~> 10.3'
end

0 comments on commit 28acd0d

Please sign in to comment.