diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 17 |
1 files changed, 9 insertions, 8 deletions
| @@ -1,18 +1,18 @@ | |||
| 1 | source 'https://rubygems.org' | 1 | source 'https://rubygems.org' |
| 2 | 2 | ||
| 3 | gem 'rails', '4.2.11.3' | 3 | gem 'rails', '5.2.8.1' |
| 4 | 4 | ||
| 5 | gem 'pg', '~> 0.17.0' | 5 | gem 'pg', '~> 1.0' |
| 6 | 6 | ||
| 7 | gem 'acts-as-taggable-on', '~> 3.5' | 7 | gem 'acts-as-taggable-on', '~> 6.0' |
| 8 | gem 'awesome_nested_set', '~> 3.1' | 8 | gem 'awesome_nested_set', '~> 3.4.0' |
| 9 | gem 'acts_as_list' | 9 | gem 'acts_as_list' |
| 10 | gem 'globalize', '~> 5.0' | 10 | gem 'globalize', '~> 5.2.0' |
| 11 | gem 'routing-filter', '~> 0.6' | 11 | gem 'routing-filter', '~> 0.6' |
| 12 | gem 'paperclip', '~> 3.5' | 12 | gem 'paperclip', '~> 3.5' |
| 13 | gem 'will_paginate', '~> 3.0' | 13 | gem 'will_paginate', '~> 3.0' |
| 14 | gem 'exception_notification' | 14 | gem 'exception_notification', '~> 4.5' |
| 15 | gem 'libxml-ruby', :require => 'xml' | 15 | gem 'libxml-ruby', '~> 3.2', :require => 'xml' |
| 16 | 16 | ||
| 17 | gem 'nokogiri', '~> 1.10.10' | 17 | gem 'nokogiri', '~> 1.10.10' |
| 18 | gem 'loofah', '~> 2.20.0' | 18 | gem 'loofah', '~> 2.20.0' |
| @@ -22,13 +22,14 @@ gem 'jquery-rails' | |||
| 22 | gem 'unicorn', '~> 1.1' | 22 | gem 'unicorn', '~> 1.1' |
| 23 | 23 | ||
| 24 | group :assets do | 24 | group :assets do |
| 25 | gem 'sass-rails', '~> 4.0' | 25 | gem 'sass-rails', '~> 5.0' |
| 26 | gem 'coffee-rails', '~> 4.0' | 26 | gem 'coffee-rails', '~> 4.0' |
| 27 | gem 'uglifier', '>= 1.0.3' | 27 | gem 'uglifier', '>= 1.0.3' |
| 28 | end | 28 | end |
| 29 | 29 | ||
| 30 | group :test do | 30 | group :test do |
| 31 | gem 'test-unit', '~> 3.5' | 31 | gem 'test-unit', '~> 3.5' |
| 32 | gem 'rails-controller-testing' | ||
| 32 | end | 33 | end |
| 33 | 34 | ||
| 34 | gem 'chaos_calendar', :git => 'https://github.com/erdgeist/chaoscalendar.git', | 35 | gem 'chaos_calendar', :git => 'https://github.com/erdgeist/chaoscalendar.git', |
