Created
December 3, 2016 00:07
-
-
Save bogdanRada/c2dfc7cbb48c2d246670185d5b2c5f9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
gem 'rails', '~> 5.0.0' | |
# Use sqlite3 as the database for Active Record | |
gem 'sqlite3' | |
#gem 'pg' | |
# Use Puma as the app server | |
gem 'puma', '~> 3.0' | |
# Use Uglifier as compressor for JavaScript assets | |
gem 'uglifier', '>= 1.3.0' | |
# Use CoffeeScript for .coffee assets and views | |
gem 'coffee-rails', '~> 4.2' | |
#Recherche | |
gem 'elasticsearch-rails' | |
gem 'elasticsearch-model' | |
gem 'searchkick' | |
#Pagination | |
gem 'kaminari' | |
#Google map | |
gem 'gmaps4rails' | |
#Gem pour faciliter les scopes des recherches | |
gem 'has_scope' | |
gem 'record_tag_helper', '~> 1.0' | |
#Upload d'images | |
gem 'carrierwave' | |
#activeadmin | |
gem 'sprockets', '~> 3.7.0' | |
gem 'sass', '~> 3.4.0' | |
gem 'compass', '~> 1.0' | |
#gem 'sass-rails', :git => "https://github.com/rails/sass-rails.git" | |
gem 'sprockets-sass', '2.0.0.beta2' | |
gem 'activeadmin', '~> 1.0.0.pre4' | |
gem 'inherited_resources', :git => "https://github.com/activeadmin/inherited_resources.git" | |
gem 'ransack', :git => "https://github.com/activerecord-hackery/ransack.git" | |
gem 'draper', '> 3.x' | |
gem 'devise' | |
gem 'cancancan' | |
gem "rolify" | |
# Use jquery as the JavaScript library | |
gem 'jquery-rails' | |
gem 'jquery-ui-rails' | |
gem 'gmaps-autocomplete-rails' | |
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | |
gem 'turbolinks', '~> 5' | |
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | |
gem 'jbuilder', '~> 2.5' | |
#geocoder | |
gem 'geocoder' | |
#ImageUploader | |
gem "paperclip" | |
#friendly url | |
gem 'friendly_id' | |
#balise SEO | |
gem 'meta-tags' | |
#bootstrap | |
gem 'bootstrap-sass', '~> 3.3.6' | |
#Traduction | |
gem 'rails-i18n', '~> 5.0.0' # For 5.0.x | |
#mailboxer | |
gem 'mailboxer', :git => "https://github.com/mailboxer/mailboxer.git" | |
#uploadimage | |
gem 'jquery-fileupload-rails' | |
#gem 'inherited_resources', :git => "https://github.com/activeadmin/inherited_resources.git" | |
gem "font-awesome-rails" | |
# Use Capistrano for deployment | |
# gem 'capistrano-rails', group: :development | |
group :development, :test do | |
# Call 'byebug' anywhere in the code to stop execution and get a debugger console | |
gem 'byebug', platform: :mri | |
end | |
group :development do | |
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code. | |
gem 'web-console' | |
end | |
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | |
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GIT | |
remote: https://github.com/activeadmin/inherited_resources.git | |
revision: 4434f0ae72f790cf371728838c927c338100555d | |
specs: | |
inherited_resources (1.6.0) | |
actionpack (>= 3.2, < 5.1) | |
has_scope (~> 0.6) | |
railties (>= 3.2, < 5.1) | |
responders | |
GIT | |
remote: https://github.com/activerecord-hackery/ransack.git | |
revision: cdf0bec982b9866f29a527a2390ebd1551fbd65a | |
specs: | |
ransack (1.8.2) | |
actionpack (>= 3.0) | |
activerecord (>= 3.0) | |
activesupport (>= 3.0) | |
i18n | |
polyamorous (~> 1.3) | |
GIT | |
remote: https://github.com/mailboxer/mailboxer.git | |
revision: 0e41d6a4aa02eb6e74300e3a985a5c3c18a3c297 | |
specs: | |
mailboxer (0.14.0) | |
carrierwave (>= 0.5.8) | |
rails (>= 4.2.0) | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actioncable (5.0.0.1) | |
actionpack (= 5.0.0.1) | |
nio4r (~> 1.2) | |
websocket-driver (~> 0.6.1) | |
actionmailer (5.0.0.1) | |
actionpack (= 5.0.0.1) | |
actionview (= 5.0.0.1) | |
activejob (= 5.0.0.1) | |
mail (~> 2.5, >= 2.5.4) | |
rails-dom-testing (~> 2.0) | |
actionpack (5.0.0.1) | |
actionview (= 5.0.0.1) | |
activesupport (= 5.0.0.1) | |
rack (~> 2.0) | |
rack-test (~> 0.6.3) | |
rails-dom-testing (~> 2.0) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
actionview (5.0.0.1) | |
activesupport (= 5.0.0.1) | |
builder (~> 3.1) | |
erubis (~> 2.7.0) | |
rails-dom-testing (~> 2.0) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
activeadmin (1.0.0.pre4) | |
arbre (~> 1.0, >= 1.0.2) | |
bourbon | |
coffee-rails | |
formtastic (~> 3.1) | |
formtastic_i18n | |
inherited_resources (~> 1.6) | |
jquery-rails | |
jquery-ui-rails | |
kaminari (~> 0.15) | |
rails (>= 3.2, < 5.1) | |
ransack (~> 1.3) | |
sass-rails | |
sprockets (< 4) | |
activejob (5.0.0.1) | |
activesupport (= 5.0.0.1) | |
globalid (>= 0.3.6) | |
activemodel (5.0.0.1) | |
activesupport (= 5.0.0.1) | |
activemodel-serializers-xml (1.0.1) | |
activemodel (> 5.x) | |
activerecord (> 5.x) | |
activesupport (> 5.x) | |
builder (~> 3.1) | |
activerecord (5.0.0.1) | |
activemodel (= 5.0.0.1) | |
activesupport (= 5.0.0.1) | |
arel (~> 7.0) | |
activesupport (5.0.0.1) | |
concurrent-ruby (~> 1.0, >= 1.0.2) | |
i18n (~> 0.7) | |
minitest (~> 5.1) | |
tzinfo (~> 1.1) | |
arbre (1.1.1) | |
activesupport (>= 3.0.0) | |
arel (7.1.4) | |
autoprefixer-rails (6.5.3) | |
execjs | |
bcrypt (3.1.11) | |
bcrypt (3.1.11-x86-mingw32) | |
bootstrap-sass (3.3.7) | |
autoprefixer-rails (>= 5.2.1) | |
sass (>= 3.3.4) | |
bourbon (4.2.7) | |
sass (~> 3.4) | |
thor (~> 0.19) | |
builder (3.2.2) | |
byebug (9.0.6) | |
cancancan (1.15.0) | |
carrierwave (0.11.2) | |
activemodel (>= 3.2.0) | |
activesupport (>= 3.2.0) | |
json (>= 1.7) | |
mime-types (>= 1.16) | |
mimemagic (>= 0.3.0) | |
chunky_png (1.3.8) | |
climate_control (0.0.3) | |
activesupport (>= 3.0) | |
cocaine (0.5.8) | |
climate_control (>= 0.0.3, < 1.0) | |
coffee-rails (4.2.1) | |
coffee-script (>= 2.2.0) | |
railties (>= 4.0.0, < 5.2.x) | |
coffee-script (2.4.1) | |
coffee-script-source | |
execjs | |
coffee-script-source (1.11.1) | |
compass (1.0.3) | |
chunky_png (~> 1.2) | |
compass-core (~> 1.0.2) | |
compass-import-once (~> 1.0.5) | |
rb-fsevent (>= 0.9.3) | |
rb-inotify (>= 0.9) | |
sass (>= 3.3.13, < 3.5) | |
compass-core (1.0.3) | |
multi_json (~> 1.0) | |
sass (>= 3.3.0, < 3.5) | |
compass-import-once (1.0.5) | |
sass (>= 3.2, < 3.5) | |
concurrent-ruby (1.0.2) | |
debug_inspector (0.0.2) | |
devise (4.2.0) | |
bcrypt (~> 3.0) | |
orm_adapter (~> 0.1) | |
railties (>= 4.1.0, < 5.1) | |
responders | |
warden (~> 1.2.3) | |
draper (3.0.0.pre1) | |
actionpack (~> 5.0) | |
activemodel (~> 5.0) | |
activemodel-serializers-xml (~> 1.0) | |
activesupport (~> 5.0) | |
request_store (~> 1.0) | |
elasticsearch (5.0.0) | |
elasticsearch-api (= 5.0.0) | |
elasticsearch-transport (= 5.0.0) | |
elasticsearch-api (5.0.0) | |
multi_json | |
elasticsearch-model (0.1.9) | |
activesupport (> 3) | |
elasticsearch (> 0.4) | |
hashie | |
elasticsearch-rails (0.1.9) | |
elasticsearch-transport (5.0.0) | |
faraday | |
multi_json | |
erubis (2.7.0) | |
execjs (2.7.0) | |
faraday (0.10.0) | |
multipart-post (>= 1.2, < 3) | |
ffi (1.9.14) | |
ffi (1.9.14-x86-mingw32) | |
font-awesome-rails (4.7.0.0) | |
railties (>= 3.2, < 5.1) | |
formtastic (3.1.4) | |
actionpack (>= 3.2.13) | |
formtastic_i18n (0.6.0) | |
friendly_id (5.2.0) | |
activerecord (>= 4.0.0) | |
geocoder (1.4.1) | |
globalid (0.3.7) | |
activesupport (>= 4.1.0) | |
gmaps-autocomplete-rails (0.2.0) | |
rails (>= 3.1.0) | |
gmaps4rails (2.1.2) | |
has_scope (0.7.0) | |
actionpack (>= 4.1, < 5.1) | |
activesupport (>= 4.1, < 5.1) | |
hashie (3.4.6) | |
i18n (0.7.0) | |
jbuilder (2.6.1) | |
activesupport (>= 3.0.0, < 5.1) | |
multi_json (~> 1.2) | |
jquery-fileupload-rails (0.4.7) | |
actionpack (>= 3.1) | |
railties (>= 3.1) | |
sass (>= 3.2) | |
jquery-rails (4.2.1) | |
rails-dom-testing (>= 1, < 3) | |
railties (>= 4.2.0) | |
thor (>= 0.14, < 2.0) | |
jquery-ui-rails (6.0.1) | |
railties (>= 3.2.16) | |
json (2.0.2) | |
kaminari (0.17.0) | |
actionpack (>= 3.0.0) | |
activesupport (>= 3.0.0) | |
loofah (2.0.3) | |
nokogiri (>= 1.5.9) | |
mail (2.6.4) | |
mime-types (>= 1.16, < 4) | |
meta-tags (2.3.1) | |
actionpack (>= 3.2.0, <= 5.1.0) | |
method_source (0.8.2) | |
mime-types (3.1) | |
mime-types-data (~> 3.2015) | |
mime-types-data (3.2016.0521) | |
mimemagic (0.3.2) | |
mini_portile2 (2.1.0) | |
minitest (5.10.1) | |
multi_json (1.12.1) | |
multipart-post (2.0.0) | |
nio4r (1.2.1) | |
nokogiri (1.6.8.1) | |
mini_portile2 (~> 2.1.0) | |
nokogiri (1.6.8.1-x86-mingw32) | |
mini_portile2 (~> 2.1.0) | |
orm_adapter (0.5.0) | |
paperclip (5.1.0) | |
activemodel (>= 4.2.0) | |
activesupport (>= 4.2.0) | |
cocaine (~> 0.5.5) | |
mime-types | |
mimemagic (~> 0.3.0) | |
polyamorous (1.3.1) | |
activerecord (>= 3.0) | |
puma (3.6.2) | |
rack (2.0.1) | |
rack-test (0.6.3) | |
rack (>= 1.0) | |
rails (5.0.0.1) | |
actioncable (= 5.0.0.1) | |
actionmailer (= 5.0.0.1) | |
actionpack (= 5.0.0.1) | |
actionview (= 5.0.0.1) | |
activejob (= 5.0.0.1) | |
activemodel (= 5.0.0.1) | |
activerecord (= 5.0.0.1) | |
activesupport (= 5.0.0.1) | |
bundler (>= 1.3.0, < 2.0) | |
railties (= 5.0.0.1) | |
sprockets-rails (>= 2.0.0) | |
rails-dom-testing (2.0.1) | |
activesupport (>= 4.2.0, < 6.0) | |
nokogiri (~> 1.6.0) | |
rails-html-sanitizer (1.0.3) | |
loofah (~> 2.0) | |
rails-i18n (5.0.1) | |
i18n (~> 0.7) | |
railties (~> 5.0) | |
railties (5.0.0.1) | |
actionpack (= 5.0.0.1) | |
activesupport (= 5.0.0.1) | |
method_source | |
rake (>= 0.8.7) | |
thor (>= 0.18.1, < 2.0) | |
rake (11.3.0) | |
rb-fsevent (0.9.8) | |
rb-inotify (0.9.7) | |
ffi (>= 0.5.0) | |
record_tag_helper (1.0.0) | |
actionview (~> 5.x) | |
request_store (1.3.1) | |
responders (2.3.0) | |
railties (>= 4.2.0, < 5.1) | |
rolify (5.1.0) | |
sass (3.4.22) | |
sass-rails (5.0.6) | |
railties (>= 4.0.0, < 6) | |
sass (~> 3.1) | |
sprockets (>= 2.8, < 4.0) | |
sprockets-rails (>= 2.0, < 4.0) | |
tilt (>= 1.1, < 3) | |
searchkick (1.4.0) | |
activemodel | |
elasticsearch (>= 1) | |
hashie | |
sprockets (3.7.0) | |
concurrent-ruby (~> 1.0) | |
rack (> 1, < 3) | |
sprockets-rails (3.2.0) | |
actionpack (>= 4.0) | |
activesupport (>= 4.0) | |
sprockets (>= 3.0.0) | |
sprockets-sass (2.0.0.beta2) | |
sprockets (>= 2.0, < 4.0) | |
sqlite3 (1.3.12) | |
sqlite3 (1.3.12-x86-mingw32) | |
thor (0.19.4) | |
thread_safe (0.3.5) | |
tilt (2.0.5) | |
turbolinks (5.0.1) | |
turbolinks-source (~> 5) | |
turbolinks-source (5.0.0) | |
tzinfo (1.2.2) | |
thread_safe (~> 0.1) | |
tzinfo-data (1.2016.10) | |
tzinfo (>= 1.0.0) | |
uglifier (3.0.4) | |
execjs (>= 0.3.0, < 3) | |
warden (1.2.6) | |
rack (>= 1.0) | |
web-console (3.4.0) | |
actionview (>= 5.0) | |
activemodel (>= 5.0) | |
debug_inspector | |
railties (>= 5.0) | |
websocket-driver (0.6.4) | |
websocket-extensions (>= 0.1.0) | |
websocket-extensions (0.1.2) | |
PLATFORMS | |
ruby | |
x86-mingw32 | |
DEPENDENCIES | |
activeadmin (~> 1.0.0.pre4) | |
bootstrap-sass (~> 3.3.6) | |
byebug | |
cancancan | |
carrierwave | |
coffee-rails (~> 4.2) | |
compass (~> 1.0) | |
devise | |
draper (> 3.x) | |
elasticsearch-model | |
elasticsearch-rails | |
font-awesome-rails | |
friendly_id | |
geocoder | |
gmaps-autocomplete-rails | |
gmaps4rails | |
has_scope | |
inherited_resources! | |
jbuilder (~> 2.5) | |
jquery-fileupload-rails | |
jquery-rails | |
jquery-ui-rails | |
kaminari | |
mailboxer! | |
meta-tags | |
paperclip | |
puma (~> 3.0) | |
rails (~> 5.0.0) | |
rails-i18n (~> 5.0.0) | |
ransack! | |
record_tag_helper (~> 1.0) | |
rolify | |
sass (~> 3.4.0) | |
searchkick | |
sprockets (~> 3.7.0) | |
sprockets-sass (= 2.0.0.beta2) | |
sqlite3 | |
turbolinks (~> 5) | |
tzinfo-data | |
uglifier (>= 1.3.0) | |
web-console | |
BUNDLED WITH | |
1.13.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment