Skip to content

Commit

Permalink
Bump Bundler version to 2.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 18, 2021
1 parent 9bbbdf5 commit 27055e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundler/lib/bundler/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: false

module Bundler
VERSION = "2.2.14".freeze
VERSION = "2.2.15".freeze

def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i
Expand Down
2 changes: 1 addition & 1 deletion bundler/test_gems.rb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ DEPENDENCIES
webrick (= 1.7.0)

BUNDLED WITH
2.2.14
2.2.15
2 changes: 1 addition & 1 deletion dev_gems.rb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ DEPENDENCIES
webrick (~> 1.6)

BUNDLED WITH
2.2.14
2.2.15

0 comments on commit 27055e8

Please sign in to comment.