Commit 7603cd79 authored by 神楽坂玲奈's avatar 神楽坂玲奈

临时

parent 4e16b750
source 'http://rubygems.org' source 'http://rubygems.org'
gem 'rails', '3.2.2' gem 'rails'
gem "activerecord-import", ">= 0.2.0" gem "paperclip"
gem 'will_paginate'
gem 'will-paginate-i18n'
gem "paperclip", "~> 3.0"
gem 'http_accept_language' gem 'http_accept_language'
gem 'bb-ruby' gem 'bb-ruby'
gem 'devise'
gem 'devise-i18n'
gem 'kaminari'
gem 'rails_admin'
# Bundle edge Rails instead: # Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git' # gem 'rails', :git => 'git://github.com/rails/rails.git'
...@@ -17,15 +17,15 @@ gem 'mysql2' ...@@ -17,15 +17,15 @@ gem 'mysql2'
# Gems used only for assets and not required # Gems used only for assets and not required
# in production environments by default. # in production environments by default.
group :assets do group :assets do
gem 'sass-rails', '~> 3.2.3' gem 'sass-rails'
gem 'coffee-rails', '~> 3.2.1' gem 'coffee-rails'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes # See https://github.com/sstephenson/execjs#readme for more supported runtimes
unless RUBY_PLATFORM["mswin"] or RUBY_PLATFORM["ming"] unless RUBY_PLATFORM["mswin"] or RUBY_PLATFORM["ming"]
gem 'therubyracer' gem 'therubyracer'
end end
gem 'uglifier', '>= 1.0.3' gem 'uglifier'
end end
gem 'jquery-rails' gem 'jquery-rails'
...@@ -43,4 +43,4 @@ gem 'jquery-rails' ...@@ -43,4 +43,4 @@ gem 'jquery-rails'
# gem 'capistrano' # gem 'capistrano'
# To use debugger # To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug' # gem 'ruby-debug19', :require => 'ruby-debug'
\ No newline at end of file
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionmailer (3.2.2) actionmailer (3.2.2)
actionpack (= 3.2.2) actionpack (= 3.2.2)
mail (~> 2.4.0) mail (~> 2.4.0)
actionpack (3.2.2) actionpack (3.2.2)
activemodel (= 3.2.2) activemodel (= 3.2.2)
activesupport (= 3.2.2) activesupport (= 3.2.2)
builder (~> 3.0.0) builder (~> 3.0.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
journey (~> 1.0.1) journey (~> 1.0.1)
rack (~> 1.4.0) rack (~> 1.4.0)
rack-cache (~> 1.1) rack-cache (~> 1.1)
rack-test (~> 0.6.1) rack-test (~> 0.6.1)
sprockets (~> 2.1.2) sprockets (~> 2.1.2)
activemodel (3.2.2) activemodel (3.2.2)
activesupport (= 3.2.2) activesupport (= 3.2.2)
builder (~> 3.0.0) builder (~> 3.0.0)
activerecord (3.2.2) activerecord (3.2.2)
activemodel (= 3.2.2) activemodel (= 3.2.2)
activesupport (= 3.2.2) activesupport (= 3.2.2)
arel (~> 3.0.2) arel (~> 3.0.2)
tzinfo (~> 0.3.29) tzinfo (~> 0.3.29)
activerecord-import (0.2.9) activeresource (3.2.2)
activerecord (~> 3.0) activemodel (= 3.2.2)
activerecord (~> 3.0) activesupport (= 3.2.2)
activeresource (3.2.2) activesupport (3.2.2)
activemodel (= 3.2.2) i18n (~> 0.6)
activesupport (= 3.2.2) multi_json (~> 1.0)
activesupport (3.2.2) arel (3.0.2)
i18n (~> 0.6) bb-ruby (0.9.5)
multi_json (~> 1.0) bbenezech-nested_form (0.0.6)
arel (3.0.2) bcrypt-ruby (3.0.1-x86-mingw32)
bb-ruby (0.9.5) bootstrap-sass (2.0.3.1)
builder (3.0.0) builder (3.0.0)
cocaine (0.2.1) cocaine (0.2.1)
coffee-rails (3.2.2) coffee-rails (3.2.2)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (~> 3.2.0) railties (~> 3.2.0)
coffee-script (2.2.0) coffee-script (2.2.0)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.3.1) coffee-script-source (1.3.1)
erubis (2.7.0) devise (2.1.0)
execjs (1.3.1) bcrypt-ruby (~> 3.0)
multi_json (~> 1.0) orm_adapter (~> 0.0.7)
hike (1.2.1) railties (~> 3.1)
http_accept_language (1.0.2) warden (~> 1.1.1)
i18n (0.6.0) devise-i18n (0.4.4)
journey (1.0.3) erubis (2.7.0)
jquery-rails (2.0.2) execjs (1.3.1)
railties (>= 3.2.0, < 5.0) multi_json (~> 1.0)
thor (~> 0.14) haml (3.1.6)
json (1.7.0) hike (1.2.1)
mail (2.4.4) hpricot (0.8.6)
i18n (>= 0.4.0) http_accept_language (1.0.2)
mime-types (~> 1.16) i18n (0.6.0)
treetop (~> 1.4.8) journey (1.0.3)
mime-types (1.18) jquery-rails (2.0.2)
multi_json (1.3.4) railties (>= 3.2.0, < 5.0)
mysql2 (0.3.11) thor (~> 0.14)
mysql2 (0.3.11-x86-mingw32) jquery-ui-rails (0.2.2)
paperclip (3.0.2) jquery-rails
activemodel (>= 3.0.0) railties (>= 3.1.0)
activerecord (>= 3.0.0) json (1.7.0)
activesupport (>= 3.0.0) kaminari (0.13.0)
cocaine (>= 0.0.2) actionpack (>= 3.0.0)
mime-types activesupport (>= 3.0.0)
polyglot (0.3.3) railties (>= 3.0.0)
rack (1.4.1) mail (2.4.4)
rack-cache (1.2) i18n (>= 0.4.0)
rack (>= 0.4) mime-types (~> 1.16)
rack-ssl (1.3.2) treetop (~> 1.4.8)
rack mime-types (1.18)
rack-test (0.6.1) multi_json (1.3.4)
rack (>= 1.0) mysql2 (0.3.11)
rails (3.2.2) mysql2 (0.3.11-x86-mingw32)
actionmailer (= 3.2.2) orm_adapter (0.0.7)
actionpack (= 3.2.2) paperclip (3.0.2)
activerecord (= 3.2.2) activemodel (>= 3.0.0)
activeresource (= 3.2.2) activerecord (>= 3.0.0)
activesupport (= 3.2.2) activesupport (>= 3.0.0)
bundler (~> 1.0) cocaine (>= 0.0.2)
railties (= 3.2.2) mime-types
railties (3.2.2) polyglot (0.3.3)
actionpack (= 3.2.2) rack (1.4.1)
activesupport (= 3.2.2) rack-cache (1.2)
rack-ssl (~> 1.3.2) rack (>= 0.4)
rake (>= 0.8.7) rack-pjax (0.5.9)
rdoc (~> 3.4) hpricot (~> 0.8.6)
thor (~> 0.14.6) rack (~> 1.3)
rake (0.9.2.2) rack-ssl (1.3.2)
rdoc (3.12) rack
json (~> 1.4) rack-test (0.6.1)
sass (3.1.16) rack (>= 1.0)
sass-rails (3.2.5) rails (3.2.2)
railties (~> 3.2.0) actionmailer (= 3.2.2)
sass (>= 3.1.10) actionpack (= 3.2.2)
tilt (~> 1.3) activerecord (= 3.2.2)
sprockets (2.1.3) activeresource (= 3.2.2)
hike (~> 1.2) activesupport (= 3.2.2)
rack (~> 1.0) bundler (~> 1.0)
tilt (~> 1.1, != 1.3.0) railties (= 3.2.2)
thor (0.14.6) rails_admin (0.0.3)
tilt (1.3.3) bbenezech-nested_form (~> 0.0.6)
treetop (1.4.10) bootstrap-sass (~> 2.0)
polyglot builder (~> 3.0)
polyglot (>= 0.3.1) coffee-rails (~> 3.1)
tzinfo (0.3.33) haml (~> 3.1)
uglifier (1.2.4) jquery-rails (>= 1.0.17)
execjs (>= 0.3.0) jquery-ui-rails (~> 0.2.2)
multi_json (>= 1.0.2) kaminari (~> 0.12)
will-paginate-i18n (0.1.2) rack-pjax (~> 0.5)
will_paginate (3.0.3) rails (~> 3.1)
remotipart (~> 1.0)
PLATFORMS sass-rails (~> 3.1)
ruby railties (3.2.2)
x86-mingw32 actionpack (= 3.2.2)
activesupport (= 3.2.2)
DEPENDENCIES rack-ssl (~> 1.3.2)
activerecord-import (>= 0.2.0) rake (>= 0.8.7)
bb-ruby rdoc (~> 3.4)
coffee-rails (~> 3.2.1) thor (~> 0.14.6)
http_accept_language rake (0.9.2.2)
jquery-rails rdoc (3.12)
mysql2 json (~> 1.4)
paperclip (~> 3.0) remotipart (1.0.2)
rails (= 3.2.2) sass (3.1.16)
sass-rails (~> 3.2.3) sass-rails (3.2.5)
uglifier (>= 1.0.3) railties (~> 3.2.0)
will-paginate-i18n sass (>= 3.1.10)
will_paginate tilt (~> 1.3)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.33)
uglifier (1.2.4)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
warden (1.1.1)
rack (>= 1.0)
PLATFORMS
ruby
x86-mingw32
DEPENDENCIES
bb-ruby
coffee-rails
devise
devise-i18n
http_accept_language
jquery-rails
kaminari
mysql2
paperclip
rails
rails_admin
sass-rails
uglifier
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment