Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
leoc committed Jan 12, 2021
2 parents c635f4a + 9db4159 commit 62a9df3
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 62a9df3

Please sign in to comment.