Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest bundler prerelease in CI #6546

Merged
merged 1 commit into from Nov 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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