diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -29,12 +29,12 @@ group :assets do | |||
| 29 | gem 'sass-rails', '~> 6.0' | 29 | gem 'sass-rails', '~> 6.0' |
| 30 | gem 'coffee-rails', '~> 4.0' | 30 | gem 'coffee-rails', '~> 4.0' |
| 31 | gem 'uglifier', '>= 1.0.3' | 31 | gem 'uglifier', '>= 1.0.3' |
| 32 | gem 'minitest', '~> 5.25' | ||
| 33 | end | 32 | end |
| 34 | 33 | ||
| 35 | group :test do | 34 | group :test do |
| 36 | gem 'test-unit', '~> 3.5' | 35 | gem 'test-unit', '~> 3.5' |
| 37 | gem 'rails-controller-testing' | 36 | gem 'rails-controller-testing' |
| 37 | gem 'minitest', '~> 5.25' | ||
| 38 | end | 38 | end |
| 39 | 39 | ||
| 40 | gem 'chaos_calendar', :git => 'https://github.com/erdgeist/chaoscalendar.git', | 40 | gem 'chaos_calendar', :git => 'https://github.com/erdgeist/chaoscalendar.git', |
