push repo
Showing
| source 'https://rubygems.org' | ||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '~> 5.0.0', '>= 5.0.0.1' | ||
| # Use sqlite3 as the database for Active Record | ||
| ... | ... | @@ -33,26 +32,30 @@ gem 'mysql2', '~> 0.4.5' |
| gem 'bootstrap-sass', '~> 3.3.6' | ||
| gem 'octokit', '~> 4.6', '>= 4.6.2' | ||
| gem 'will_paginate', '~> 3.1', '>= 3.1.5' | ||
| gem 'bootstrap-select-rails', '~> 1.6', '>= 1.6.3' | ||
| gem 'will_paginate', '~> 3.1', '>= 3.1.5' | ||
| gem 'bootstrap-table-rails', '~> 1.11' | ||
| gem 'momentjs-rails', '>= 2.9.0' | ||
| gem 'bootstrap3-datetimepicker-rails', '~> 4.14.30' | ||
| gem 'whenever', '~> 0.9.7' | ||
| gem 'redcarpet', '~> 3.3', '>= 3.3.4' | ||
| gem 'bootstrap-growl-rails' | ||
| gem 'redcarpet', '~> 3.3', '>= 3.3.4' | ||
| gem 'rubocop', '~> 0.46.0' | ||
| gem 'sidekiq', '~> 4.2', '>= 4.2.7' | ||
| 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' | ||
| gem 'listen', '~> 3.0.5' | ||
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
| gem 'web-console' | ||
| gem 'spring' | ||
| gem 'spring-watcher-listen', '~> 2.0.0' | ||
| end | ||
| ... | ... |
Please
register
or
sign in
to comment