Skip to content

Commit

Permalink
Removed rack version requirement and updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsand-minimal committed Nov 10, 2017
1 parent 11bc872 commit 402b664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/wovnrb/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wovnrb
VERSION = "0.2.27"
VERSION = "0.2.28"
end
2 changes: 1 addition & 1 deletion wovnrb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Gem::Specification.new do |spec|
spec.add_dependency "nokogiri", "<= 1.8"
spec.add_dependency "activesupport"
spec.add_dependency "lz4-ruby"
spec.add_dependency "rack"

spec.add_dependency "rack", "~>1.5.2"
spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "listen", "~> 3.0.6"
Expand Down

0 comments on commit 402b664

Please sign in to comment.