demarches-normaliennes/Gemfile

144 lines
3.1 KiB
Ruby
Raw Normal View History

2015-08-10 11:05:06 +02:00
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
2016-03-02 10:16:52 +01:00
gem 'rails', '4.2.5.2'
2015-08-11 15:36:48 +02:00
2015-08-10 11:05:06 +02:00
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
2015-08-10 11:05:06 +02:00
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.1.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', platforms: :ruby
2015-08-10 11:05:06 +02:00
# Use jquery as the JavaScript library
gem 'jquery-rails'
2015-08-10 11:05:06 +02:00
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
2015-08-10 11:05:06 +02:00
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
2015-08-10 11:05:06 +02:00
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
2016-06-15 11:34:05 +02:00
# Enable deep clone of active record models
gem 'deep_cloneable', '~> 2.2.1'
2016-03-24 16:44:25 +01:00
2015-08-10 11:05:06 +02:00
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use Unicorn as the app server
gem 'unicorn'
2015-08-10 11:05:06 +02:00
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
2015-12-21 17:50:16 +01:00
# serializer
gem 'active_model_serializers'
2015-12-21 17:50:16 +01:00
2015-08-10 11:05:06 +02:00
#haml
gem 'haml-rails'
2015-08-10 11:05:06 +02:00
#bootstrap saas
gem 'bootstrap-sass', '~> 3.3.5'
2015-11-26 12:29:34 +01:00
# Pagination
gem 'will_paginate-bootstrap'
2015-11-26 12:29:34 +01:00
2015-08-10 11:05:06 +02:00
# Decorators
gem 'draper'
2015-08-10 11:05:06 +02:00
#Gestion des comptes utilisateurs
gem 'devise'
gem 'openid_connect'
2016-02-29 15:15:44 +01:00
gem 'rest-client'
2015-08-10 11:05:06 +02:00
2016-04-14 16:50:13 +02:00
gem 'clamav-client', require: 'clamav/client'
gem 'carrierwave'
gem 'fog'
gem 'fog-openstack'
2015-08-10 11:05:06 +02:00
gem 'pg'
2015-08-10 11:05:06 +02:00
gem 'rgeo-geojson'
gem 'leaflet-rails'
2015-08-10 11:05:06 +02:00
gem 'leaflet-markercluster-rails', '~> 0.7.0'
gem 'leaflet-draw-rails'
2015-08-10 11:05:06 +02:00
gem 'bootstrap-datepicker-rails'
2015-08-10 11:05:06 +02:00
gem 'chartkick'
2015-08-10 11:05:06 +02:00
gem 'logstasher'
2015-09-01 14:25:15 +02:00
gem "font-awesome-rails"
2015-09-23 10:02:01 +02:00
gem 'hashie'
2015-10-05 16:42:29 +02:00
gem 'mailjet'
2015-12-14 16:09:20 +01:00
gem "smart_listing"
2016-01-07 11:41:03 +01:00
2016-02-12 13:49:32 +01:00
gem 'css_splitter'
gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.8'
2016-02-12 13:49:32 +01:00
2016-02-19 16:59:18 +01:00
gem 'as_csv'
gem 'apipie-rails', '=0.3.1'
gem "maruku" # for Markdown support in apipie
2015-08-10 11:05:06 +02:00
group :test do
gem 'capybara'
gem 'factory_girl'
gem 'database_cleaner'
gem 'selenium-webdriver'
gem 'webmock'
gem 'shoulda-matchers', require: false
gem 'simplecov', require: false
gem 'poltergeist'
gem 'timecop'
gem 'guard'
gem 'guard-rspec', require: false
gem 'guard-livereload', '~> 2.4', require: false
gem 'vcr'
2015-08-10 11:05:06 +02:00
end
group :development, :test do
gem 'terminal-notifier'
gem 'terminal-notifier-guard'
2015-08-10 11:05:06 +02:00
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
gem 'pry-byebug'
2015-08-10 11:05:06 +02:00
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'
2015-08-10 11:05:06 +02:00
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-commands-rspec'
gem 'rspec-rails', '~> 3.0'
2015-08-17 11:12:59 +02:00
gem 'railroady'
2015-08-20 16:11:31 +02:00
gem 'rubocop', require: false
gem 'rubocop-checkstyle_formatter', require: false
gem 'rubocop-rspec', require: false
2015-09-01 14:35:27 +02:00
gem "nyan-cat-formatter"
2015-12-21 10:45:50 +01:00
gem 'parallel_tests'
2015-12-21 10:45:50 +01:00
2016-03-24 16:44:25 +01:00
gem 'brakeman', require: false
2015-09-01 14:35:27 +02:00
# Deploy
gem 'mina', git: 'https://github.com/mina-deploy/mina.git'
2015-08-10 11:05:06 +02:00
end
2015-09-01 14:58:48 +02:00
group :production, :staging do
gem 'sentry-raven'
2015-09-01 14:58:48 +02:00
end