Skip to content

Commit 9995dda

Browse files
authored
Merge pull request #2958 from StoDevX/bundle-update
Update Ruby dependencies
2 parents 94df8dd + 118fc67 commit 9995dda

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ x-config:
2727
x-commands: # command shorthands
2828
- &set-ruby-version
2929
name: Set Ruby Version
30-
command: echo "ruby-2.4.2" > ~/.ruby-version
30+
command: echo "ruby-2.5.1" > ~/.ruby-version
3131
- &run-danger
3232
command: |
3333
if ! [[ $CIRCLE_PR_NUMBER ]]; then

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GEM
2727
faraday_middleware (0.12.2)
2828
faraday (>= 0.7.4, < 1.0)
2929
fastimage (2.1.3)
30-
fastlane (2.102.0)
30+
fastlane (2.103.1)
3131
CFPropertyList (>= 2.3, < 4.0.0)
3232
addressable (>= 2.3, < 3.0.0)
3333
babosa (>= 1.0.2, < 2.0.0)
@@ -60,22 +60,23 @@ GEM
6060
tty-screen (>= 0.6.3, < 1.0.0)
6161
tty-spinner (>= 0.8.0, < 1.0.0)
6262
word_wrap (~> 1.0.0)
63-
xcodeproj (>= 1.5.7, < 2.0.0)
64-
xcpretty (~> 0.2.8)
63+
xcodeproj (>= 1.6.0, < 2.0.0)
64+
xcpretty (~> 0.3.0)
6565
xcpretty-travis-formatter (>= 0.0.3)
6666
fastlane-plugin-bugsnag (1.3.4)
6767
git
6868
xml-simple
6969
gh_inspector (1.1.3)
7070
git (1.5.0)
71-
google-api-client (0.23.4)
71+
google-api-client (0.23.8)
7272
addressable (~> 2.5, >= 2.5.1)
7373
googleauth (>= 0.5, < 0.7.0)
7474
httpclient (>= 2.8.1, < 3.0)
7575
mime-types (~> 3.0)
7676
representable (~> 3.0)
7777
retriable (>= 2.0, < 4.0)
78-
googleauth (0.6.4)
78+
signet (~> 0.9)
79+
googleauth (0.6.6)
7980
faraday (~> 0.12)
8081
jwt (>= 1.4, < 3.0)
8182
memoist (~> 0.12)
@@ -122,9 +123,9 @@ GEM
122123
ruby-progressbar (~> 1.7)
123124
unicode-display_width (~> 1.0, >= 1.0.1)
124125
ruby-progressbar (1.10.0)
125-
rubyzip (1.2.1)
126+
rubyzip (1.2.2)
126127
security (0.1.3)
127-
signet (0.8.1)
128+
signet (0.9.1)
128129
addressable (~> 2.3)
129130
faraday (~> 0.9)
130131
jwt (>= 1.5, < 3.0)
@@ -152,7 +153,7 @@ GEM
152153
claide (>= 1.0.2, < 2.0)
153154
colored2 (~> 3.1)
154155
nanaimo (~> 0.2.6)
155-
xcpretty (0.2.8)
156+
xcpretty (0.3.0)
156157
rouge (~> 2.0.7)
157158
xcpretty-travis-formatter (1.0.0)
158159
xcpretty (~> 0.2, >= 0.0.7)

0 commit comments

Comments
 (0)