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

Commit

Permalink
Upgrade curator and remove patch level from .rvmrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgr0ss committed Oct 26, 2012
1 parent 474ac71 commit 04dda81
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .rvmrc
Expand Up @@ -4,7 +4,7 @@
# development environment upon cd'ing into the directory

# First we specify our desired <ruby>[@<gemset>], the @gemset name is optional.
environment_id="ruby-1.9.3-p0@curator_rails_example"
environment_id="ruby-1.9.3@curator_rails_example"

#
# Uncomment following line if you want options to be set only for given project.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'rails', '3.2.1'
gem 'curator', '0.3.0'
gem 'curator', '0.8.1'
gem 'dynamic_form', '1.1.4'

group :assets do
Expand All @@ -15,4 +15,4 @@ group :test, :development do
gem 'rspec-rails', '2.8.1'
end

gem 'jquery-rails'
gem 'jquery-rails', '2.1.3'
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -38,7 +38,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.2.0)
curator (0.3.0)
curator (0.8.1)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
json
Expand All @@ -51,8 +51,8 @@ GEM
hike (1.2.1)
i18n (0.6.0)
journey (1.0.1)
jquery-rails (2.0.0)
railties (>= 3.2.0.beta, < 5.0)
jquery-rails (2.1.3)
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
json (1.6.5)
mail (2.4.1)
Expand Down Expand Up @@ -88,11 +88,11 @@ GEM
rake_commit (0.12.0)
rdoc (3.12)
json (~> 1.4)
riak-client (1.0.0)
riak-client (1.0.5)
beefcake (~> 0.3.7)
builder (>= 2.1.2)
i18n (>= 0.4.0)
multi_json (~> 1.0.0)
multi_json (~> 1.0)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
Expand Down Expand Up @@ -130,9 +130,9 @@ PLATFORMS

DEPENDENCIES
coffee-rails (~> 3.2.1)
curator (= 0.3.0)
curator (= 0.8.1)
dynamic_form (= 1.1.4)
jquery-rails
jquery-rails (= 2.1.3)
rails (= 3.2.1)
rake_commit (= 0.12.0)
rspec-rails (= 2.8.1)
Expand Down

0 comments on commit 04dda81

Please sign in to comment.