Cleanup Gemfile
This commit is contained in:
parent
787b2d4155
commit
ae429d0c94
21
Gemfile
21
Gemfile
|
@ -5,25 +5,12 @@ gem 'coffee-script'
|
|||
gem 'devise'
|
||||
gem 'geokit'
|
||||
gem 'haml'
|
||||
gem 'sass'
|
||||
gem 'uglifier'
|
||||
|
||||
platforms :jruby do
|
||||
gem 'jruby-openssl', '~> 0.7'
|
||||
end
|
||||
gem 'jruby-openssl', :platforms => :jruby
|
||||
|
||||
group :test, :production do
|
||||
platforms :mri do
|
||||
gem 'therubyracer-heroku', '0.8.1.pre3'
|
||||
end
|
||||
|
||||
platforms :rbx do
|
||||
gem 'therubyracer', '~> 0.9'
|
||||
end
|
||||
|
||||
platforms :jruby do
|
||||
gem 'therubyrhino', '~> 1.72'
|
||||
end
|
||||
group :production do
|
||||
gem 'therubyracer-heroku', '0.8.1.pre3', :platforms => :ruby
|
||||
end
|
||||
|
||||
group :development, :production do
|
||||
|
@ -34,6 +21,8 @@ group :test do
|
|||
gem 'ZenTest'
|
||||
gem 'simplecov'
|
||||
gem 'sqlite3'
|
||||
gem 'therubyracer', :platforms => :ruby
|
||||
gem 'therubyrhino', :platforms => :jruby
|
||||
gem 'turn', :require => false
|
||||
gem 'webmock'
|
||||
end
|
||||
|
|
|
@ -93,7 +93,6 @@ GEM
|
|||
thor (~> 0.14.6)
|
||||
rake (0.9.2)
|
||||
rdoc (3.6.1)
|
||||
sass (3.1.2)
|
||||
simplecov (0.4.2)
|
||||
simplecov-html (~> 0.4.4)
|
||||
simplecov-html (0.4.5)
|
||||
|
@ -132,15 +131,14 @@ DEPENDENCIES
|
|||
devise
|
||||
geokit
|
||||
haml
|
||||
jruby-openssl (~> 0.7)
|
||||
jruby-openssl
|
||||
pg
|
||||
rails (= 3.1.0.rc4)
|
||||
sass
|
||||
simplecov
|
||||
sqlite3
|
||||
therubyracer (~> 0.9)
|
||||
therubyracer
|
||||
therubyracer-heroku (= 0.8.1.pre3)
|
||||
therubyrhino (~> 1.72)
|
||||
therubyrhino
|
||||
turn
|
||||
uglifier
|
||||
webmock
|
||||
|
|
Loading…
Reference in New Issue