Skip to content

Commit

Permalink
Merge pull request gitlabhq#5 from CatCafe/master
Browse files Browse the repository at this point in the history
Support Rails 4.2 (dep. on rack 1.6.0)
  • Loading branch information
dzaporozhets committed Nov 25, 2015
2 parents 949be91 + aa363f0 commit ce68877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Grack::VERSION

gem.add_dependency("rack", "~> 1.5.1")
gem.add_dependency("rack", ">= 1.5.1")
gem.add_development_dependency("mocha", "~> 0.11")
end

0 comments on commit ce68877

Please sign in to comment.