Created
November 24, 2019 00:49
-
-
Save carlosdelfino/f3f57bb699a665ab8482e38183c2674a to your computer and use it in GitHub Desktop.
This file contains 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
# frozen_string_literal: true | |
source 'https://rubygems.org' | |
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | |
ruby '2.6.5' | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
gem 'rails', '~> 6.0.0.beta1' | |
# Use Puma as the app server | |
gem 'puma', '~> 3.11' | |
# Use SCSS for stylesheets | |
gem 'sass-rails', '~> 5.0' | |
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker | |
gem 'webpacker', '>= 4.0.0.rc.3' | |
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks | |
gem 'turbolinks', '~> 5' | |
# For css, we're still using Sprockets | |
gem 'bootstrap', '~> 4.3.1' | |
gem 'fast_blank' | |
gem 'jquery-infinite-pages', github: 'naveed-ahmad/jquery-infinite-pages' | |
gem 'jbuilder' | |
gem 'oj' | |
# i18n | |
gem 'translation' | |
# seo | |
gem 'canonical-rails', git: 'https://github.com/jumph4x/canonical-rails' | |
gem 'meta-tags' | |
gem 'quran-core', github: 'quran/quran-core' | |
# Use Redis adapter to run Action Cable in production | |
# gem 'redis', '~> 4.0' | |
# Use Active Model has_secure_password | |
# gem 'bcrypt', '~> 3.1.7' | |
# Reduces boot times through caching; required in config/boot.rb | |
gem 'bootsnap', '>= 1.1.0', require: false | |
gem 'rails_script', '~> 2.0' | |
group :development, :test do | |
# Call 'byebug' anywhere in the code to stop execution and get a debugger console | |
gem 'byebug', platforms: %i[mri mingw x64_mingw] | |
end | |
group :development do | |
# Access an interactive console on exception pages or by calling 'console' anywhere in the code. | |
gem 'binding_of_caller' | |
gem 'pry-rails' | |
gem 'web-console', '>= 3.3.0' | |
gem 'listen', '>= 3.0.5', '< 3.2' | |
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | |
gem 'annotate', '= 2.7.4' | |
gem 'rails_real_favicon' | |
gem 'rubocop', require: false | |
gem "rubocop-rails_config" | |
gem 'spring' | |
gem 'spring-watcher-listen', '~> 2.0.0' | |
end | |
group :test do | |
# Adds support for Capybara system testing and selenium driver | |
gem 'capybara', '>= 2.15' | |
gem 'selenium-webdriver' | |
# Easy installation and use of chromedriver to run system tests with Chrome | |
gem 'chromedriver-helper' | |
end | |
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | |
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] |
This file contains 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/jumph4x/canonical-rails | |
revision: fe7d453d649e4fb38d534a867284b1d62918e817 | |
specs: | |
canonical-rails (0.2.6) | |
rails (>= 4.1, < 6.1) | |
GIT | |
remote: https://github.com/naveed-ahmad/jquery-infinite-pages.git | |
revision: e65406efec3a73a70fae6dc04870591c39bbc406 | |
specs: | |
jquery-infinite-pages (0.2.0) | |
coffee-script | |
jquery-rails | |
railties (>= 3.1) | |
GIT | |
remote: https://github.com/quran/quran-core.git | |
revision: 7fbb1abf8f7cd9291e154924512556d066a6ba70 | |
specs: | |
quran-core (0.4.0) | |
activerecord (~> 6.0.0.beta1) | |
elasticsearch | |
elasticsearch-model | |
elasticsearch-rails | |
excon | |
pg | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actioncable (6.0.0.rc2) | |
actionpack (= 6.0.0.rc2) | |
nio4r (~> 2.0) | |
websocket-driver (>= 0.6.1) | |
actionmailbox (6.0.0.rc2) | |
actionpack (= 6.0.0.rc2) | |
activejob (= 6.0.0.rc2) | |
activerecord (= 6.0.0.rc2) | |
activestorage (= 6.0.0.rc2) | |
activesupport (= 6.0.0.rc2) | |
mail (>= 2.7.1) | |
actionmailer (6.0.0.rc2) | |
actionpack (= 6.0.0.rc2) | |
actionview (= 6.0.0.rc2) | |
activejob (= 6.0.0.rc2) | |
mail (~> 2.5, >= 2.5.4) | |
rails-dom-testing (~> 2.0) | |
actionpack (6.0.0.rc2) | |
actionview (= 6.0.0.rc2) | |
activesupport (= 6.0.0.rc2) | |
rack (~> 2.0) | |
rack-test (>= 0.6.3) | |
rails-dom-testing (~> 2.0) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
actiontext (6.0.0.rc2) | |
actionpack (= 6.0.0.rc2) | |
activerecord (= 6.0.0.rc2) | |
activestorage (= 6.0.0.rc2) | |
activesupport (= 6.0.0.rc2) | |
nokogiri (>= 1.8.5) | |
actionview (6.0.0.rc2) | |
activesupport (= 6.0.0.rc2) | |
builder (~> 3.1) | |
erubi (~> 1.4) | |
rails-dom-testing (~> 2.0) | |
rails-html-sanitizer (~> 1.0, >= 1.0.3) | |
activejob (6.0.0.rc2) | |
activesupport (= 6.0.0.rc2) | |
globalid (>= 0.3.6) | |
activemodel (6.0.0.rc2) | |
activesupport (= 6.0.0.rc2) | |
activerecord (6.0.0.rc2) | |
activemodel (= 6.0.0.rc2) | |
activesupport (= 6.0.0.rc2) | |
activestorage (6.0.0.rc2) | |
actionpack (= 6.0.0.rc2) | |
activejob (= 6.0.0.rc2) | |
activerecord (= 6.0.0.rc2) | |
marcel (~> 0.3.1) | |
activesupport (6.0.0.rc2) | |
concurrent-ruby (~> 1.0, >= 1.0.2) | |
i18n (>= 0.7, < 2) | |
minitest (~> 5.1) | |
tzinfo (~> 1.1) | |
zeitwerk (~> 2.1, >= 2.1.8) | |
addressable (2.7.0) | |
public_suffix (>= 2.0.2, < 5.0) | |
annotate (2.7.4) | |
activerecord (>= 3.2, < 6.0) | |
rake (>= 10.4, < 13.0) | |
archive-zip (0.12.0) | |
io-like (~> 0.3.0) | |
ast (2.4.0) | |
autoprefixer-rails (9.7.2) | |
execjs | |
bindex (0.8.1) | |
binding_of_caller (0.8.0) | |
debug_inspector (>= 0.0.1) | |
bootsnap (1.4.5) | |
msgpack (~> 1.0) | |
bootstrap (4.3.1) | |
autoprefixer-rails (>= 9.1.0) | |
popper_js (>= 1.14.3, < 2) | |
sassc-rails (>= 2.0.0) | |
builder (3.2.3) | |
byebug (11.0.1) | |
capybara (3.29.0) | |
addressable | |
mini_mime (>= 0.1.3) | |
nokogiri (~> 1.8) | |
rack (>= 1.6.0) | |
rack-test (>= 0.6.3) | |
regexp_parser (~> 1.5) | |
xpath (~> 3.2) | |
childprocess (3.0.0) | |
chromedriver-helper (2.1.1) | |
archive-zip (~> 0.10) | |
nokogiri (~> 1.8) | |
coderay (1.1.2) | |
coffee-rails (5.0.0) | |
coffee-script (>= 2.2.0) | |
railties (>= 5.2.0) | |
coffee-script (2.4.1) | |
coffee-script-source | |
execjs | |
coffee-script-source (1.12.2) | |
concurrent-ruby (1.1.5) | |
crass (1.0.5) | |
debug_inspector (0.0.3) | |
elasticsearch (7.4.0) | |
elasticsearch-api (= 7.4.0) | |
elasticsearch-transport (= 7.4.0) | |
elasticsearch-api (7.4.0) | |
multi_json | |
elasticsearch-model (7.0.0) | |
activesupport (> 3) | |
elasticsearch (> 1) | |
hashie | |
elasticsearch-rails (7.0.0) | |
elasticsearch-transport (7.4.0) | |
faraday | |
multi_json | |
erubi (1.9.0) | |
excon (0.69.1) | |
execjs (2.7.0) | |
faraday (0.17.0) | |
multipart-post (>= 1.2, < 3) | |
fast_blank (1.0.0) | |
ffi (1.11.2) | |
ffi (1.11.2-x64-mingw32) | |
gettext (3.2.9) | |
locale (>= 2.0.5) | |
text (>= 1.3.0) | |
globalid (0.4.2) | |
activesupport (>= 4.2.0) | |
hashie (4.0.0) | |
i18n (1.7.0) | |
concurrent-ruby (~> 1.0) | |
io-like (0.3.0) | |
jaro_winkler (1.5.4) | |
jbuilder (2.9.1) | |
activesupport (>= 4.2.0) | |
jquery-rails (4.3.5) | |
rails-dom-testing (>= 1, < 3) | |
railties (>= 4.2.0) | |
thor (>= 0.14, < 2.0) | |
json (2.2.0) | |
listen (3.1.5) | |
rb-fsevent (~> 0.9, >= 0.9.4) | |
rb-inotify (~> 0.9, >= 0.9.7) | |
ruby_dep (~> 1.2) | |
locale (2.1.2) | |
loofah (2.3.1) | |
crass (~> 1.0.2) | |
nokogiri (>= 1.5.9) | |
mail (2.7.1) | |
mini_mime (>= 0.1.1) | |
marcel (0.3.3) | |
mimemagic (~> 0.3.2) | |
meta-tags (2.13.0) | |
actionpack (>= 3.2.0, < 6.1) | |
method_source (0.9.2) | |
mimemagic (0.3.3) | |
mini_mime (1.0.2) | |
mini_portile2 (2.4.0) | |
minitest (5.13.0) | |
msgpack (1.3.1) | |
msgpack (1.3.1-x64-mingw32) | |
multi_json (1.14.1) | |
multipart-post (2.1.1) | |
nio4r (2.5.2) | |
nokogiri (1.10.5) | |
mini_portile2 (~> 2.4.0) | |
nokogiri (1.10.5-x64-mingw32) | |
mini_portile2 (~> 2.4.0) | |
oj (3.9.2) | |
parallel (1.19.1) | |
parser (2.6.5.0) | |
ast (~> 2.4.0) | |
pg (1.1.4) | |
pg (1.1.4-x64-mingw32) | |
popper_js (1.14.5) | |
pry (0.12.2) | |
coderay (~> 1.1.0) | |
method_source (~> 0.9.0) | |
pry-rails (0.3.9) | |
pry (>= 0.10.4) | |
public_suffix (4.0.1) | |
puma (3.12.1) | |
rack (2.0.7) | |
rack-proxy (0.6.5) | |
rack | |
rack-test (1.1.0) | |
rack (>= 1.0, < 3) | |
rails (6.0.0.rc2) | |
actioncable (= 6.0.0.rc2) | |
actionmailbox (= 6.0.0.rc2) | |
actionmailer (= 6.0.0.rc2) | |
actionpack (= 6.0.0.rc2) | |
actiontext (= 6.0.0.rc2) | |
actionview (= 6.0.0.rc2) | |
activejob (= 6.0.0.rc2) | |
activemodel (= 6.0.0.rc2) | |
activerecord (= 6.0.0.rc2) | |
activestorage (= 6.0.0.rc2) | |
activesupport (= 6.0.0.rc2) | |
bundler (>= 1.3.0) | |
railties (= 6.0.0.rc2) | |
sprockets-rails (>= 2.0.0) | |
rails-dom-testing (2.0.3) | |
activesupport (>= 4.2.0) | |
nokogiri (>= 1.6) | |
rails-html-sanitizer (1.3.0) | |
loofah (~> 2.3) | |
rails_real_favicon (0.0.13) | |
json (>= 1.7, < 3) | |
rails | |
rubyzip (~> 1) | |
rails_script (2.0.4) | |
coffee-rails (>= 4.0.0) | |
railties (6.0.0.rc2) | |
actionpack (= 6.0.0.rc2) | |
activesupport (= 6.0.0.rc2) | |
method_source | |
rake (>= 0.8.7) | |
thor (>= 0.20.3, < 2.0) | |
rainbow (3.0.0) | |
rake (12.3.3) | |
rb-fsevent (0.10.3) | |
rb-inotify (0.10.0) | |
ffi (~> 1.0) | |
regexp_parser (1.6.0) | |
rubocop (0.76.0) | |
jaro_winkler (~> 1.5.1) | |
parallel (~> 1.10) | |
parser (>= 2.6) | |
rainbow (>= 2.2.2, < 4.0) | |
ruby-progressbar (~> 1.7) | |
unicode-display_width (>= 1.4.0, < 1.7) | |
rubocop-performance (1.5.1) | |
rubocop (>= 0.71.0) | |
rubocop-rails (2.3.2) | |
rack (>= 1.1) | |
rubocop (>= 0.72.0) | |
rubocop-rails_config (0.8.0) | |
railties (>= 3.0) | |
rubocop (~> 0.76) | |
rubocop-performance (~> 1.3) | |
rubocop-rails (~> 2.0) | |
ruby-progressbar (1.10.1) | |
ruby_dep (1.5.0) | |
rubyzip (1.3.0) | |
sass (3.7.4) | |
sass-listen (~> 4.0.0) | |
sass-listen (4.0.0) | |
rb-fsevent (~> 0.9, >= 0.9.4) | |
rb-inotify (~> 0.9, >= 0.9.7) | |
sass-rails (5.1.0) | |
railties (>= 5.2.0) | |
sass (~> 3.1) | |
sprockets (>= 2.8, < 4.0) | |
sprockets-rails (>= 2.0, < 4.0) | |
tilt (>= 1.1, < 3) | |
sassc (2.2.1) | |
ffi (~> 1.9) | |
sassc (2.2.1-x64-mingw32) | |
ffi (~> 1.9) | |
sassc-rails (2.1.2) | |
railties (>= 4.0.0) | |
sassc (>= 2.0) | |
sprockets (> 3.0) | |
sprockets-rails | |
tilt | |
selenium-webdriver (3.142.6) | |
childprocess (>= 0.5, < 4.0) | |
rubyzip (>= 1.2.2) | |
spring (2.1.0) | |
spring-watcher-listen (2.0.1) | |
listen (>= 2.7, < 4.0) | |
spring (>= 1.2, < 3.0) | |
sprockets (3.7.2) | |
concurrent-ruby (~> 1.0) | |
rack (> 1, < 3) | |
sprockets-rails (3.2.1) | |
actionpack (>= 4.0) | |
activesupport (>= 4.0) | |
sprockets (>= 3.0.0) | |
text (1.3.1) | |
thor (0.20.3) | |
thread_safe (0.3.6) | |
tilt (2.0.10) | |
translation (1.20) | |
gettext (~> 3.2, >= 3.2.5) | |
turbolinks (5.2.1) | |
turbolinks-source (~> 5.2) | |
turbolinks-source (5.2.0) | |
tzinfo (1.2.5) | |
thread_safe (~> 0.1) | |
tzinfo-data (1.2019.3) | |
tzinfo (>= 1.0.0) | |
unicode-display_width (1.6.0) | |
web-console (4.0.0) | |
actionview (>= 6.0.0.a) | |
activemodel (>= 6.0.0.a) | |
bindex (>= 0.4.0) | |
railties (>= 6.0.0.a) | |
webpacker (4.2.0) | |
activesupport (>= 4.2) | |
rack-proxy (>= 0.6.1) | |
railties (>= 4.2) | |
websocket-driver (0.7.1) | |
websocket-extensions (>= 0.1.0) | |
websocket-extensions (0.1.4) | |
xpath (3.2.0) | |
nokogiri (~> 1.8) | |
zeitwerk (2.2.1) | |
PLATFORMS | |
ruby | |
x64-mingw32 | |
DEPENDENCIES | |
annotate (= 2.7.4) | |
binding_of_caller | |
bootsnap (>= 1.1.0) | |
bootstrap (~> 4.3.1) | |
byebug | |
canonical-rails! | |
capybara (>= 2.15) | |
chromedriver-helper | |
fast_blank | |
jbuilder | |
jquery-infinite-pages! | |
listen (>= 3.0.5, < 3.2) | |
meta-tags | |
oj | |
pry-rails | |
puma (~> 3.11) | |
quran-core! | |
rails (~> 6.0.0.beta1) | |
rails_real_favicon | |
rails_script (~> 2.0) | |
rubocop | |
rubocop-rails_config | |
sass-rails (~> 5.0) | |
selenium-webdriver | |
spring | |
spring-watcher-listen (~> 2.0.0) | |
translation | |
turbolinks (~> 5) | |
tzinfo-data | |
web-console (>= 3.3.0) | |
webpacker (>= 4.0.0.rc.3) | |
RUBY VERSION | |
ruby 2.6.5p114 | |
BUNDLED WITH | |
2.0.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment