Skip to content

Commit

Permalink
⬆️ upgrade ruby-git
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed Mar 17, 2019
1 parent 6695fe6 commit bb84692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source "https://rubygems.org"

gem 'dedent', '~> 1.0', '>= 1.0.1'
gem 'fastlane', '~> 2.93', '>= 2.93.1'
gem 'git', :git => 'https://github.com/ruby-git/ruby-git.git', :ref => '667de5a'
gem 'git', '~> 1.5.0'
gem 'json', '~> 2.1'
gem 'semverse', '~> 2.0'
12 changes: 3 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
GIT
remote: https://github.com/ruby-git/ruby-git.git
revision: 667de5a447605e4e22c80732f93099d602e6dab4
ref: 667de5a
specs:
git (1.3.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -71,6 +64,7 @@ GEM
xcpretty (>= 0.2.4, < 1.0.0)
xcpretty-travis-formatter (>= 0.0.3)
gh_inspector (1.1.3)
git (1.5.0)
google-api-client (0.13.6)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 0.5)
Expand Down Expand Up @@ -157,9 +151,9 @@ PLATFORMS
DEPENDENCIES
dedent (~> 1.0, >= 1.0.1)
fastlane (~> 2.93, >= 2.93.1)
git!
git (~> 1.5.0)
json (~> 2.1)
semverse (~> 2.0)

BUNDLED WITH
1.16.1
1.16.2

0 comments on commit bb84692

Please sign in to comment.