comparison Gemfile @ 1489:f67d6e387088 live

Update Rails version
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Mon, 24 Feb 2014 11:25:35 +0000
parents 46a444fa87bc
children 17c7ffe039b1 4d8c768855c6
comparison
equal deleted inserted replaced
1463:274b89aabe38 1489:f67d6e387088
1 source 'http://rubygems.org' 1 source 'http://rubygems.org'
2 2
3 gem "rails", "3.2.16" 3 gem "rails", "3.2.17"
4 gem "jquery-rails", "~> 2.0.2" 4 gem "jquery-rails", "~> 2.0.2"
5 gem "i18n", "~> 0.6.0" 5 gem "i18n", "~> 0.6.0"
6 gem "coderay", "~> 1.0.6" 6 gem "coderay", "~> 1.0.6"
7 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby] 7 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
8 gem "builder", "3.0.0" 8 gem "builder", "3.0.0"