Shorter names for enable/disbale_ecs_notifications.
[ecp_lsfp.git] / Gemfile
blobf08745be48a591a9234fc222605fd5f06baec2ef
1 source 'https://rubygems.org'
3 gem 'rails', '3.2.11'
5 # Bundle edge Rails instead:
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
8 gem 'sqlite3'
10 group :development, :test do
11   gem 'rspec-rails'
12   gem 'haml-rails'
13 end
15 # Gems used only for assets and not required
16 # in production environments by default.
17 group :assets do
18   gem 'sass-rails',   '~> 3.2.3'
19   gem 'coffee-rails', '~> 3.2.1'
21   # See https://github.com/sstephenson/execjs#readme for more supported runtimes
22   gem 'therubyracer', :platforms => :ruby
24   gem 'uglifier', '>= 1.0.3'
25 end
27 gem 'jquery-rails'
29 gem 'savon', '~> 1.0'
31 gem 'rest-client'
33 gem 'jbuilder'
35 # To use ActiveModel has_secure_password
36 # gem 'bcrypt-ruby', '~> 3.0.0'
38 # To use Jbuilder templates for JSON
39 # gem 'jbuilder'
41 # Use unicorn as the app server
42 # gem 'unicorn'
44 # Deploy with Capistrano
45 # gem 'capistrano'
47 # To use debugger
48 # gem 'debugger'