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

临时

parent 4e16b750
source 'http://rubygems.org'
gem 'rails', '3.2.2'
gem "activerecord-import", ">= 0.2.0"
gem 'will_paginate'
gem 'will-paginate-i18n'
gem "paperclip", "~> 3.0"
gem 'rails'
gem "paperclip"
gem 'http_accept_language'
gem 'bb-ruby'
gem 'devise'
gem 'devise-i18n'
gem 'kaminari'
gem 'rails_admin'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
......@@ -17,15 +17,15 @@ gem 'mysql2'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'sass-rails'
gem 'coffee-rails'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
unless RUBY_PLATFORM["mswin"] or RUBY_PLATFORM["ming"]
gem 'therubyracer'
end
gem 'uglifier', '>= 1.0.3'
gem 'uglifier'
end
gem 'jquery-rails'
......
......@@ -22,9 +22,6 @@ GEM
activesupport (= 3.2.2)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activerecord-import (0.2.9)
activerecord (~> 3.0)
activerecord (~> 3.0)
activeresource (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
......@@ -33,6 +30,9 @@ GEM
multi_json (~> 1.0)
arel (3.0.2)
bb-ruby (0.9.5)
bbenezech-nested_form (0.0.6)
bcrypt-ruby (3.0.1-x86-mingw32)
bootstrap-sass (2.0.3.1)
builder (3.0.0)
cocaine (0.2.1)
coffee-rails (3.2.2)
......@@ -42,17 +42,32 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.3.1)
devise (2.1.0)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.7)
railties (~> 3.1)
warden (~> 1.1.1)
devise-i18n (0.4.4)
erubis (2.7.0)
execjs (1.3.1)
multi_json (~> 1.0)
haml (3.1.6)
hike (1.2.1)
hpricot (0.8.6)
http_accept_language (1.0.2)
i18n (0.6.0)
journey (1.0.3)
jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
jquery-ui-rails (0.2.2)
jquery-rails
railties (>= 3.1.0)
json (1.7.0)
kaminari (0.13.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
......@@ -61,6 +76,7 @@ GEM
multi_json (1.3.4)
mysql2 (0.3.11)
mysql2 (0.3.11-x86-mingw32)
orm_adapter (0.0.7)
paperclip (3.0.2)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
......@@ -71,6 +87,9 @@ GEM
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-pjax (0.5.9)
hpricot (~> 0.8.6)
rack (~> 1.3)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
......@@ -83,6 +102,19 @@ GEM
activesupport (= 3.2.2)
bundler (~> 1.0)
railties (= 3.2.2)
rails_admin (0.0.3)
bbenezech-nested_form (~> 0.0.6)
bootstrap-sass (~> 2.0)
builder (~> 3.0)
coffee-rails (~> 3.1)
haml (~> 3.1)
jquery-rails (>= 1.0.17)
jquery-ui-rails (~> 0.2.2)
kaminari (~> 0.12)
rack-pjax (~> 0.5)
rails (~> 3.1)
remotipart (~> 1.0)
sass-rails (~> 3.1)
railties (3.2.2)
actionpack (= 3.2.2)
activesupport (= 3.2.2)
......@@ -93,6 +125,7 @@ GEM
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
remotipart (1.0.2)
sass (3.1.16)
sass-rails (3.2.5)
railties (~> 3.2.0)
......@@ -111,23 +144,24 @@ GEM
uglifier (1.2.4)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
will-paginate-i18n (0.1.2)
will_paginate (3.0.3)
warden (1.1.1)
rack (>= 1.0)
PLATFORMS
ruby
x86-mingw32
DEPENDENCIES
activerecord-import (>= 0.2.0)
bb-ruby
coffee-rails (~> 3.2.1)
coffee-rails
devise
devise-i18n
http_accept_language
jquery-rails
kaminari
mysql2
paperclip (~> 3.0)
rails (= 3.2.2)
sass-rails (~> 3.2.3)
uglifier (>= 1.0.3)
will-paginate-i18n
will_paginate
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