Skip to content

Commit

Permalink
Update RUBYGEMS_VERSION to 2.2.2.
Browse files Browse the repository at this point in the history
http://rubygems.org/pages/download still shows 2.1.11 as the latest version.

There's some discussion about integrating this into the rubygems/rubygems release task in issue #629.
  • Loading branch information
TimMoore committed Feb 24, 2014
1 parent 84b7b95 commit c00f1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$rubygems_config = YAML.load_file("config/rubygems.yml")[Rails.env].symbolize_keys
HOST = $rubygems_config[:host]

RUBYGEMS_VERSION = "2.1.11"
RUBYGEMS_VERSION = "2.2.2"

module Gemcutter
class Application < Rails::Application
Expand Down

0 comments on commit c00f1e9

Please sign in to comment.