Skip to content

Commit

Permalink
Pin versions that are RubyGems 2.5.1 and Bundler 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 16, 2023
1 parent f4e9336 commit 711e856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false

module Bundler
VERSION = "2.5.0.dev".freeze
VERSION = "2.5.1".freeze

def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i
Expand Down
2 changes: 1 addition & 1 deletion lib/rubygems.rb
Expand Up @@ -9,7 +9,7 @@
require "rbconfig"

module Gem
VERSION = "3.5.0.dev"
VERSION = "3.5.1"
end

# Must be first since it unloads the prelude from 1.9.2
Expand Down

0 comments on commit 711e856

Please sign in to comment.