Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Jan 8, 2011
1 parent 46a248b commit e3ff1d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -6,6 +6,7 @@ gem 'rails', '3.0.3'
# gem 'rails', :git => 'git://github.com/rails/rails.git'

if defined?(JRUBY_VERSION)
gem 'jruby-openssl'
gem 'activerecord-jdbc-adapter'
gem 'jdbc-mysql', :require => false
gem 'glassfish'
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Expand Up @@ -30,14 +30,17 @@ GEM
activesupport (= 3.0.3)
activesupport (3.0.3)
arel (2.0.6)
bouncy-castle-java (1.5.0145.2)
builder (2.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
glassfish (1.0.3-java)
rack (>= 0.4.0)
i18n (0.5.0)
jdbc-mysql (5.1.13)
mail (2.2.12)
jruby-openssl (0.7.2)
bouncy-castle-java
mail (2.2.14)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand All @@ -47,7 +50,7 @@ GEM
rack (1.2.1)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.6)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.3)
actionmailer (= 3.0.3)
Expand Down Expand Up @@ -75,4 +78,5 @@ DEPENDENCIES
activerecord-jdbc-adapter
glassfish
jdbc-mysql
jruby-openssl
rails (= 3.0.3)

0 comments on commit e3ff1d8

Please sign in to comment.