Skip to content

Commit

Permalink
Merge pull request #656 from TimMoore/patch-1
Browse files Browse the repository at this point in the history
Update RUBYGEMS_VERSION to 2.2.2.
  • Loading branch information
dwradcliffe committed Feb 24, 2014
2 parents 84b7b95 + c00f1e9 commit d035776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
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 d035776

Please sign in to comment.