Skip to content

Commit

Permalink
Update google_drive version
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Aug 2, 2019
1 parent 294c327 commit fcac037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion babelish.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.add_dependency "thor"

s.add_dependency "google_drive", "~> 2.1.7"
s.add_dependency "google_drive", "~> 2.1.12"
s.add_dependency "nokogiri"
# google_drive dependency to ask for mail and password
s.add_dependency "highline"
Expand Down
2 changes: 1 addition & 1 deletion lib/babelish/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Babelish
VERSION = "0.5.4"
VERSION = "0.5.5"
end

0 comments on commit fcac037

Please sign in to comment.