Skip to content

Commit

Permalink
Update bundle to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loremattei authored and jkmassel committed Nov 20, 2019
1 parent 673ecfe commit ad0795a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,12 @@ jobs:
- android/save-gradle-cache
strings-check:
docker:
- image: circleci/ruby:2.3
- image: circleci/ruby:2.5.5
steps:
- git/shallow-checkout
- run:
name: Install bundler
command: gem install bundler --version 2.0.2
- bundle-install/bundle-install:
cache_key_prefix: strings-check
- run:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.5.5
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ DEPENDENCIES
rmagick (~> 3.2.0)

BUNDLED WITH
1.17.3
2.0.2

0 comments on commit ad0795a

Please sign in to comment.