Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
Upgrade versions of some gems
Browse files Browse the repository at this point in the history
  • Loading branch information
frodenas committed Dec 28, 2011
1 parent 3762fbe commit 12c5768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ source 'http://rubygems.org'

gem 'rails', '3.1.3'
gem 'haml', '~> 3.1.4'
gem 'coderay', '~> 1.0.4'
gem 'coderay', '~> 1.0.5'
gem 'cloudfoundry-client', '~> 0.1.1'
gem 'configatron', '~> 2.9.0'
gem 'addressable', '~> 2.2.6'
gem 'rubyzip', '~> 0.9.5'

group :assets do
gem 'sass-rails', '~> 3.1.5'
gem 'uglifier', '>= 1.1.0'
gem 'uglifier', '>= 1.2.1'
end

# RSpec2 needs to be in the :development group to expose generators and rake tasks without having to type RAILS_ENV=test
Expand All @@ -20,5 +20,5 @@ end

group :test do
gem "webmock", "~> 1.7.8"
gem "vcr", "~> 2.0.0.beta2"
gem "vcr", "~> 2.0.0.rc1"
end

0 comments on commit 12c5768

Please sign in to comment.