update gem
Showing
| ... | ... | @@ -6,13 +6,13 @@ ruby '2.1.0' |
| gem 'rails', '~> 4.0.2' | ||
| # Use SCSS for stylesheets | ||
| gem 'sass-rails', '~> 4.0.0' | ||
| gem 'sass-rails' | ||
| # Use Uglifier as compressor for JavaScript assets | ||
| gem 'uglifier', '>= 1.3.0' | ||
| gem 'uglifier' | ||
| # Use CoffeeScript for .js.coffee assets and views | ||
| gem 'coffee-rails', '~> 4.0.0' | ||
| gem 'coffee-rails' | ||
| # See https://github.com/sstephenson/execjs#readme for more supported runtimes | ||
| # gem 'therubyracer', platforms: :ruby | ||
| ... | ... | @@ -24,7 +24,7 @@ gem 'coffee-rails', '~> 4.0.0' |
| # gem 'turbolinks' | ||
| # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | ||
| gem 'jbuilder', '~> 1.2' | ||
| gem 'jbuilder' | ||
| group :doc do | ||
| # bundle exec rake doc:rails generates the API under doc/api. | ||
| ... | ... | @@ -45,6 +45,9 @@ end |
| # gem 'bootstrap-sass-rails' | ||
| # activesupport bug? | ||
| gem 'minitest', '4.7.5' | ||
| gem 'devise' | ||
| gem 'omniauth-google-oauth2' | ||
| ... | ... | @@ -67,6 +70,9 @@ group :development do |
| # gem 'capistrano', '~> 3.0.1' | ||
| gem 'pry-rails' | ||
| # profiler | ||
| gem 'rack-mini-profiler' | ||
| end | ||
| group :development, :test do | ||
| ... | ... | @@ -77,23 +83,18 @@ group :development, :test do |
| gem 'spring' | ||
| end | ||
| group :test do | ||
| gem 'email_spec' | ||
| end | ||
| # group :test do | ||
| # gem 'email_spec' | ||
| # end | ||
| group :production do | ||
| gem 'rails_12factor' | ||
| gem 'pg' | ||
| end | ||
| # group :production do | ||
| # gem 'rails_12factor' | ||
| # gem 'pg' | ||
| # end | ||
| # tree structure | ||
| gem 'ancestry' | ||
| # profiler | ||
| gem 'rack-mini-profiler' | ||
| # Send mail via gmail oauth | ||
| # ref. https://github.com/popgiro/action-gmailer | ||
| gem 'mail' | ||
| ... | ... |
coverage/.last_run.json
0 → 100644
coverage/.resultset.json
0 → 100644
Please
register
or
sign in
to comment