Skip to content

Commit

Permalink
Fix mechanize version at 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leoc committed Jan 12, 2021
1 parent c635f4a commit a02a456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitdeploy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'facets'
spec.add_dependency 'trollop'
spec.add_dependency 'mechanize'
spec.add_dependency 'mechanize', '2.7.3'
spec.add_dependency 'andand'

spec.add_development_dependency 'bundler', '~> 1.6'
Expand Down
2 changes: 1 addition & 1 deletion lib/gitdeploy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gitdeploy
VERSION = '1.4.5'
VERSION = '1.4.6'
end

0 comments on commit a02a456

Please sign in to comment.