Permalink
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
Cannot retrieve contributors at this time
source 'https://rubygems.org' | |
ruby "2.6.3" | |
gem 'aasm', '~> 4.1.0' | |
gem 'chartkick' | |
gem 'bootsnap', require: false | |
gem 'dotenv', '~> 2.2.1' | |
gem 'github-markdown', '~> 0.6.9' | |
gem 'google_drive' | |
gem 'groupdate' | |
gem 'honeybadger', '~> 3.2.0' | |
gem 'html-pipeline', '~> 2.7.1' | |
gem 'commonmarker', '~> 0.17.7' | |
gem 'octicons_helper', '~> 4.0' | |
gem 'omniauth-orcid', '~> 2.0.2' | |
gem 'octokit', '~> 4.14' | |
gem 'pdf-reader', '~> 1.4' | |
gem 'pg', '~> 0.21.0' | |
gem 'will_paginate', '~> 3.1.6' | |
gem 'rails', '5.2.3' | |
gem 'responders' | |
gem 'newrelic_rpm' | |
gem 'sanitize', '~> 4.6.3' | |
gem 'sass-rails', '~> 5.0.7' | |
gem 'searchkick' | |
gem 'uglifier', '4.0.1' | |
gem 'coffee-rails', '~> 4.2.2' | |
gem 'active_link_to' | |
# Use Bootstrap for the front-end | |
gem 'bootstrap', '~> 4.3.1' | |
# Use jquery as the JavaScript library | |
gem 'jquery-rails', '~> 4.3.1' | |
gem 'custom_error_message', '~> 1.1.1' | |
# Use Unicorn as the app server | |
gem 'unicorn', '~> 5.3.1' | |
group :development, :test do | |
# Call 'byebug' anywhere in the code to stop execution and get a debugger console | |
gem 'pry-byebug' | |
gem 'capybara', '~> 2.16.1' | |
gem 'factory_bot_rails', '~> 4.8.2' | |
gem 'rspec-rails', '~> 3.8.2' | |
gem 'rails-controller-testing', '~> 1.0.2' | |
end | |
group :test do | |
gem 'webmock', '~> 3.1.1' | |
end | |
group :development do | |
# Access an IRB console on exception pages or by using <%= console %> in views | |
gem 'web-console', '~> 3.5.1' | |
# 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', group: :development | |
gem 'guard', '~> 2.15' | |
gem 'guard-livereload', require: false | |
gem 'rack-livereload' | |
end |