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

Fix a bundler deprecation when running specs #761

Merged
merged 1 commit into from Jun 10, 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 Gemfile.lock
Expand Up @@ -74,4 +74,4 @@ DEPENDENCIES
test-unit

BUNDLED WITH
1.17.3
2.1.4
2 changes: 1 addition & 1 deletion spec/fixtures/rails51/Gemfile.lock
Expand Up @@ -121,4 +121,4 @@ DEPENDENCIES
tzinfo-data

BUNDLED WITH
1.16.6
2.1.4
2 changes: 1 addition & 1 deletion spec/fixtures/rails52/Gemfile.lock
Expand Up @@ -129,4 +129,4 @@ DEPENDENCIES
tzinfo-data

BUNDLED WITH
1.16.6
2.1.4
2 changes: 1 addition & 1 deletion spec/rails_spec.rb
Expand Up @@ -20,7 +20,7 @@ def sh(command, options={})
end

Dir.chdir("spec/fixtures/#{rails}") do
Bundler.with_clean_env do
Bundler.with_unbundled_env do
deivid-rodriguez marked this conversation as resolved.
Show resolved Hide resolved
# unset travis things
ENV.delete("RAILS_ENV")
ENV.delete("RACK_ENV")
Expand Down