diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -5,7 +5,7 @@ gem 'rails', '3.2.22.5' | |||
| 5 | gem 'pg', '~> 0.17.0' | 5 | gem 'pg', '~> 0.17.0' |
| 6 | 6 | ||
| 7 | # from your vendor/plugins, now as gems: | 7 | # from your vendor/plugins, now as gems: |
| 8 | gem 'acts-as-taggable-on', '~> 2.4' | 8 | gem 'acts-as-taggable-on', '~> 3.5' |
| 9 | gem 'awesome_nested_set', '~> 2.1' | 9 | gem 'awesome_nested_set', '~> 2.1' |
| 10 | gem 'acts_as_list' | 10 | gem 'acts_as_list' |
| 11 | gem 'globalize3', '~> 0.3.0' | 11 | gem 'globalize3', '~> 0.3.0' |
| @@ -25,7 +25,7 @@ group :assets do | |||
| 25 | end | 25 | end |
| 26 | 26 | ||
| 27 | group :test do | 27 | group :test do |
| 28 | gem 'test-unit', '~> 3.0' | 28 | gem 'test-unit', '~> 3.5' |
| 29 | end | 29 | end |
| 30 | 30 | ||
| 31 | gem 'chaos_calendar', :git => 'https://github.com/erdgeist/chaoscalendar.git', :require => 'chaos_calendar', :branch => 'erdgeist-ruby1.9' | 31 | gem 'chaos_calendar', :git => 'https://github.com/erdgeist/chaoscalendar.git', :require => 'chaos_calendar', :branch => 'erdgeist-ruby1.9' |
