Skip to content

Commit 04f577e

Browse files
authored
Merge pull request #323 from matestack/upgrade-bundler
Upgrade bundler to the 2.x line
2 parents cc4500a + b98361f commit 04f577e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
# fallback to using the latest cache if no exact match is found
2727
- v1-dependencies-
2828

29+
- run:
30+
name: Get newest bundler
31+
command: gem install bundler
32+
2933
- run:
3034
name: install dependencies
3135
command: |

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ DEPENDENCIES
274274
webpacker (~> 3.5)
275275

276276
BUNDLED WITH
277-
1.17.3
277+
2.1.4

0 commit comments

Comments
 (0)