Skip to content

Commit

Permalink
Merge pull request #14 from varvet/fix/update-dependencies
Browse files Browse the repository at this point in the history
Remove upper bound from gemspec
  • Loading branch information
Johan Halse committed Feb 5, 2016
2 parents f046637 + 1e2c58c commit 9b2a742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion godmin-uploads.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency "godmin", "~> 0.9", ">= 0.9.7"
gem.add_dependency "godmin", "< 2.0", ">= 0.9.7"
gem.add_dependency "refile", "~> 0.5.3"
gem.add_dependency "mini_magick", "~> 4.0.1"

Expand Down
2 changes: 1 addition & 1 deletion lib/godmin/uploads/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Godmin
module Uploads
VERSION = "0.10.0"
VERSION = "0.10.1"
end
end

0 comments on commit 9b2a742

Please sign in to comment.