Revision: 116794 https://trac.macports.org/changeset/116794 Author: cal@macports.org Date: 2014-02-07 11:34:59 -0800 (Fri, 07 Feb 2014) Log Message: ----------- macports stats: switch to rails 3.2, mysql2 Modified Paths: -------------- branches/gsoc11-statistics/stats-server/Gemfile Modified: branches/gsoc11-statistics/stats-server/Gemfile =================================================================== --- branches/gsoc11-statistics/stats-server/Gemfile 2014-02-07 19:33:35 UTC (rev 116793) +++ branches/gsoc11-statistics/stats-server/Gemfile 2014-02-07 19:34:59 UTC (rev 116794) @@ -1,15 +1,15 @@ source 'http://rubygems.org' -gem 'rails', '3.0.9' +gem 'rails', '~>3.2' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' -gem "rake", "0.8.7" +gem 'mysql2' gem 'sqlite3' gem 'json' gem 'uuid' -gem 'will_paginate', '>= 3.0.pre2' -gem 'gvis', :git => 'git://github.com/jeremyolliver/gvis.git' +gem 'will_paginate' +gem 'gvis' # Use unicorn as the web server # gem 'unicorn' @@ -30,9 +30,9 @@ # Bundle gems for the local environment. Make sure to # put test-only gems in this group so their generators # and rake tasks are available in development mode: -group :development, :test do - gem 'rspec-rails', '2.6.1' - gem 'autotest' - gem 'shoulda' - #gem 'webrat' -end +#group :development, :test do +# gem 'rspec-rails', '2.6.1' +# gem 'autotest' +# gem 'shoulda' +# #gem 'webrat' +#end
participants (1)
-
cal@macports.org