Skip to content

Commit

Permalink
Updating gems
Browse files Browse the repository at this point in the history
  • Loading branch information
benhutton committed Feb 1, 2012
1 parent d6e509f commit 77f41d0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 36 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '3.2.0'
gem 'rails', '3.2.1'

gem 'resource_library', :git => 'git@github.com:benhutton/resource_library.git'

Expand Down
72 changes: 37 additions & 35 deletions Gemfile.lock
@@ -1,51 +1,52 @@
GIT
remote: git@github.com:benhutton/resource_library.git
revision: d6248a5ff31de51eb0b6f4f54a91263b4057dde6
revision: 9a4b2a6adfcb4b4c3febe1e0a67af61ddca65ae6
specs:
resource_library (0.0.1)
bson_ext (~> 1.5)
mongoid (~> 2.4)
mongoid_publishable
mongoid_slug
rails (~> 3.1)

GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.0)
actionpack (= 3.2.0)
actionmailer (3.2.1)
actionpack (= 3.2.1)
mail (~> 2.4.0)
actionpack (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
actionpack (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.0)
activesupport (= 3.2.0)
activemodel (3.2.1)
activesupport (= 3.2.1)
builder (~> 3.0.0)
activerecord (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
activerecord (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
arel (~> 3.0.0)
tzinfo (~> 0.3.29)
activeresource (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
activesupport (3.2.0)
activeresource (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
activesupport (3.2.1)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.0)
bson (1.5.2)
bson_ext (1.5.2)
bson (= 1.5.2)
builder (3.0.0)
coffee-rails (3.2.1)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0.beta)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
Expand All @@ -55,7 +56,7 @@ GEM
multi_json (~> 1.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.0)
journey (1.0.1)
jquery-rails (2.0.0)
railties (>= 3.2.0.beta, < 5.0)
thor (~> 0.14)
Expand All @@ -68,33 +69,34 @@ GEM
mime-types (1.17.2)
mongo (1.5.2)
bson (= 1.5.2)
mongoid (2.4.1)
mongoid (2.4.3)
activemodel (~> 3.1)
mongo (~> 1.3)
tzinfo (~> 0.3.22)
mongoid_publishable (1.0.0)
mongoid_slug (0.9.0)
mongoid (~> 2.0)
stringex (~> 1.3)
multi_json (1.0.4)
polyglot (0.3.3)
rack (1.4.0)
rack (1.4.1)
rack-cache (1.1)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.0)
actionmailer (= 3.2.0)
actionpack (= 3.2.0)
activerecord (= 3.2.0)
activeresource (= 3.2.0)
activesupport (= 3.2.0)
rails (3.2.1)
actionmailer (= 3.2.1)
actionpack (= 3.2.1)
activerecord (= 3.2.1)
activeresource (= 3.2.1)
activesupport (= 3.2.1)
bundler (~> 1.0)
railties (= 3.2.0)
railties (3.2.0)
actionpack (= 3.2.0)
activesupport (= 3.2.0)
railties (= 3.2.1)
railties (3.2.1)
actionpack (= 3.2.1)
activesupport (= 3.2.1)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand All @@ -103,8 +105,8 @@ GEM
rdoc (3.12)
json (~> 1.4)
sass (3.1.12)
sass-rails (3.2.3)
railties (~> 3.2.0.beta)
sass-rails (3.2.4)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sprockets (2.1.2)
Expand All @@ -120,7 +122,7 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
uglifier (1.2.2)
uglifier (1.2.3)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)

Expand All @@ -130,7 +132,7 @@ PLATFORMS
DEPENDENCIES
coffee-rails (~> 3.2.1)
jquery-rails
rails (= 3.2.0)
rails (= 3.2.1)
resource_library!
sass-rails (~> 3.2.3)
therubyracer
Expand Down

0 comments on commit 77f41d0

Please sign in to comment.