diff options
-rw-r--r-- | spec/bundler/commands/update_spec.rb | 88 |
1 files changed, 88 insertions, 0 deletions
@@ -241,6 +241,94 @@ RSpec.describe "bundle update" do expect(the_bundle).to include_gems("slim 3.0.9", "slim-rails 3.1.3", "slim_lint 0.16.1") end it "should still downgrade if forced by the Gemfile" do build_repo4 do build_gem "a" |