Skip to content

Commit

Permalink
Fix a bundler deprecation when running specs (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jun 10, 2020
1 parent c68dec6 commit db7d046
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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
# unset travis things
ENV.delete("RAILS_ENV")
ENV.delete("RACK_ENV")
Expand Down

0 comments on commit db7d046

Please sign in to comment.