Skip to content

Commit

Permalink
Bundle update.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittTheIsh committed Aug 18, 2011
1 parent 1863be0 commit 1487562
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 41 deletions.
3 changes: 1 addition & 2 deletions Gemfile
@@ -1,7 +1,6 @@
source 'http://rubygems.org'

gem 'rails', '3.0.7'
gem "rack", "~> 1.3.2"
gem 'rails', '3.0.9'

gem 'simple_form'
gem 'jquery-rails'
Expand Down
90 changes: 51 additions & 39 deletions Gemfile.lock
Expand Up @@ -2,84 +2,95 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.7)
actionpack (= 3.0.7)
mail (~> 2.2.15)
actionpack (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
actionmailer (3.0.9)
actionpack (= 3.0.9)
mail (~> 2.2.19)
actionpack (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.7)
activesupport (= 3.0.7)
activemodel (3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
arel (~> 2.0.2)
activerecord (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activerecord-jdbc-adapter (1.1.2)
activeresource (3.0.7)
activemodel (= 3.0.7)
activesupport (= 3.0.7)
activesupport (3.0.7)
arel (2.0.8)
activerecord-jdbc-adapter (1.1.3)
activeresource (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
activesupport (3.0.9)
arel (2.0.10)
bouncy-castle-java (1.5.0146.1)
builder (2.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.5.0)
jdbc-mysql (5.1.13)
jdbc-sqlite3 (3.7.2)
jquery-rails (1.0.9)
jquery-rails (1.0.13)
railties (~> 3.0)
thor (~> 0.14)
jruby-openssl (0.7.4)
bouncy-castle-java
jruby-rack (1.0.9)
mail (2.2.15)
kgio (2.6.0)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mysql2 (0.2.7)
polyglot (0.3.1)
rack (1.2.1)
mysql2 (0.2.13)
polyglot (0.3.2)
rack (1.2.3)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.7)
actionmailer (= 3.0.7)
actionpack (= 3.0.7)
activerecord (= 3.0.7)
activeresource (= 3.0.7)
activesupport (= 3.0.7)
rails (3.0.9)
actionmailer (= 3.0.9)
actionpack (= 3.0.9)
activerecord (= 3.0.9)
activeresource (= 3.0.9)
activesupport (= 3.0.9)
bundler (~> 1.0)
railties (= 3.0.7)
railties (3.0.7)
actionpack (= 3.0.7)
activesupport (= 3.0.7)
railties (= 3.0.9)
railties (3.0.9)
actionpack (= 3.0.9)
activesupport (= 3.0.9)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
rake (0.8.7)
simple_form (1.4.0)
sqlite3 (1.3.3)
raindrops (0.7.0)
rake (0.9.2)
rdoc (3.9.2)
simple_form (1.4.2)
actionpack (~> 3.0)
activemodel (~> 3.0)
sqlite3 (1.3.4)
thor (0.14.6)
treetop (1.4.9)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
trinidad (1.2.3)
jruby-rack (>= 1.0.9)
trinidad_jars (>= 1.0.1)
trinidad_jars (1.0.1)
tzinfo (0.3.24)
tzinfo (0.3.29)
unicorn (4.0.1)
kgio (~> 2.4)
rack
raindrops (~> 0.6)

PLATFORMS
java
Expand All @@ -92,7 +103,8 @@ DEPENDENCIES
jquery-rails
jruby-openssl
mysql2 (~> 0.2.7)
rails (= 3.0.7)
rails (= 3.0.9)
simple_form
sqlite3
trinidad
unicorn

0 comments on commit 1487562

Please sign in to comment.