diff options
| author | Luc Donnet | 2012-04-25 10:40:15 +0200 |
|---|---|---|
| committer | Luc Donnet | 2012-04-25 10:40:15 +0200 |
| commit | 07b8f918639b6095f0f0bb700ca310deaa18841c (patch) | |
| tree | 68d6a319164a0d633ed7052fa482c93788c3930c /Gemfile | |
| parent | fcac578e38f4e620113b3b877e27b952cf4caa95 (diff) | |
| download | chouette-core-07b8f918639b6095f0f0bb700ca310deaa18841c.tar.bz2 | |
Add spec request for lines networks and companies
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 67 |
1 files changed, 18 insertions, 49 deletions
@@ -1,31 +1,34 @@ source 'http://rubygems.org' gem 'rails', '3.1.3' - -# Bundle edge Rails instead: -# gem 'rails', :git => 'git://github.com/rails/rails.git' - -gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface' - -gem 'apartment', :git => 'git://github.com/dryade/apartment.git' - +gem 'jquery-rails' gem 'devise' -gem "map_layers", "~> 0.0.4" - platforms :jruby do gem 'activerecord-jdbcpostgresql-adapter', :git => 'git://github.com/dryade/activerecord-jdbc-adapter.git' gem 'activerecord-jdbcsqlite3-adapter' gem 'jruby-openssl' + gem 'warbler' end platforms :ruby do gem 'pg', '~> 0.11.0' gem 'sqlite3' + gem 'capybara-webkit' end +gem "map_layers", "~> 0.0.4" + +gem 'user_interface', :git => 'git://sim.dryade.priv/user_interface' gem 'json' -gem 'warbler' +gem 'formtastic' +gem 'inherited_resources' +gem 'will_paginate', '~> 3.0' +gem 'ransack' +gem 'squeel' + +gem 'apartment', :git => 'git://github.com/dryade/apartment.git' +gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe'#, :path => '~/projects/ninoxe' # Gems used only for assets and not required # in production environments by default. @@ -37,39 +40,14 @@ group :assets do gem 'therubyrhino' end -gem 'jquery-rails' - -# To use ActiveModel has_secure_password -# gem 'bcrypt-ruby', '~> 3.0.0' - -# Use unicorn as the web server -# gem 'unicorn' - -# Deploy with Capistrano -# gem 'capistrano' - -# To use debugger -# gem 'ruby-debug' - -gem 'formtastic' -gem 'inherited_resources' -gem 'will_paginate', '~> 3.0' -gem 'ransack' -gem 'squeel' -gem 'RedCloth' - -gem 'ninoxe', :git => 'git://chouette.dryade.priv/ninoxe'#, :path => '~/projects/ninoxe' - group :development do - gem 'autotest-rails' - gem 'autotest-notification' gem 'capistrano' gem 'capistrano-ext' gem 'guard' gem 'guard-rspec' end -group :test, :development, :cucumber do +group :test, :development do gem "rspec" gem "rspec-rails" gem "remarkable", "~> 4.0.0.alpha4" @@ -77,20 +55,11 @@ group :test, :development, :cucumber do gem "shoulda", :git => 'git://github.com/thoughtbot/shoulda.git' end -group :cucumber do - gem 'capybara' - gem 'cucumber' - gem 'cucumber-rails' - gem 'launchy' - gem 'pickle', :git => 'git://github.com/mflorisson/pickle.git' -end - -group :test, :cucumber do - gem 'capybara' +group :test do + gem 'capybara' gem 'launchy' gem 'database_cleaner' - gem 'factory_girl_rails' - gem 'factory_girl' + gem 'factory_girl_rails', '1.7' end group :production do |
