Skip to content

Commit

Permalink
Use bundler 2.2.0.rc.2 (#6546)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Nov 19, 2020
1 parent 2a8fc35 commit 82002e0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -10,7 +10,7 @@ version: 2.1
.install_bundler: &install_bundler
run:
name: Install a specific bundler version
command: gem install bundler -v 2.2.0.rc.1
command: gem install bundler -v 2.2.0.rc.2

.install_build_deps: &install_build_deps
run:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -484,4 +484,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.2.0.rc.1
2.2.0.rc.2
2 changes: 1 addition & 1 deletion gemfiles/rails_52/Gemfile.lock
Expand Up @@ -381,4 +381,4 @@ DEPENDENCIES
sqlite3 (~> 1.4)

BUNDLED WITH
2.2.0.rc.1
2.2.0.rc.2
2 changes: 1 addition & 1 deletion gemfiles/rails_60_turbolinks/Gemfile.lock
Expand Up @@ -401,4 +401,4 @@ DEPENDENCIES
turbolinks (~> 5.2)

BUNDLED WITH
2.2.0.rc.1
2.2.0.rc.2
2 changes: 1 addition & 1 deletion gemfiles/rails_60_webpacker/Gemfile.lock
Expand Up @@ -406,4 +406,4 @@ DEPENDENCIES
webpacker (~> 5.1)

BUNDLED WITH
2.2.0.rc.1
2.2.0.rc.2

0 comments on commit 82002e0

Please sign in to comment.