Skip to content

Commit

Permalink
Update rvm dependency to version 1.11.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 28, 2012
1 parent 766f22d commit 1a29746
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ source 'https://rubygems.org'
gem 'rails', '~> 3.2.7'

gem 'airbrake'
gem 'clearance', '~> 0.16.2'
gem 'clearance', '~> 0.16'
gem 'dynamic_form'
gem 'excon'
gem 'fog'
gem 'fog', '~> 1.4'
gem 'gchartrb', :require => 'google_chart'
gem 'gravtastic'
gem 'high_voltage'
Expand All @@ -21,7 +21,7 @@ gem 'rdoc'
gem 'redis'
gem 'rest-client', :require => 'rest_client'
gem 'sinatra'
gem 'validates_formatting_of', '>= 0.3.0'
gem 'validates_formatting_of', '>= 0.3'
gem 'will_paginate'
gem 'xml-simple'
gem 'yajl-ruby', :require => 'yajl'
Expand Down Expand Up @@ -62,7 +62,7 @@ end
# maintenance mode
group :development, :test, :staging, :production do
gem 'daemons'
gem 'delayed_job', '~> 3.0.0.pre'
gem 'delayed_job'
gem 'delayed_job_active_record'

gem 'newrelic_rpm'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ GEM
ruby-graphviz (1.0.8)
ruby-hmac (0.4.0)
rubyzip (0.9.9)
rvm (1.9.2)
rvm (1.11.3.5)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
Expand Down Expand Up @@ -245,16 +245,16 @@ DEPENDENCIES
airbrake
capistrano-ext
capybara
clearance (~> 0.16.2)
clearance (~> 0.16)
cucumber-rails
daemons
database_cleaner
delayed_job (~> 3.0.0.pre)
delayed_job
delayed_job_active_record
dynamic_form
excon
factory_girl_rails
fog
fog (~> 1.4)
gchartrb
gravtastic
guard
Expand Down Expand Up @@ -285,7 +285,7 @@ DEPENDENCIES
shoulda
sinatra
timecop
validates_formatting_of (>= 0.3.0)
validates_formatting_of (>= 0.3)
webmock
will_paginate
xml-simple
Expand Down

0 comments on commit 1a29746

Please sign in to comment.