add new file
This commit is contained in:
14
Gemfile
14
Gemfile
@@ -4,7 +4,7 @@ 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
|
||||
gem 'sqlite3'
|
||||
# gem 'sqlite3'
|
||||
# Use Puma as the app server
|
||||
gem 'puma', '~> 3.0'
|
||||
# Use SCSS for stylesheets
|
||||
@@ -16,6 +16,10 @@ gem 'coffee-rails', '~> 4.2'
|
||||
# See https://github.com/rails/execjs#readme for more supported runtimes
|
||||
# gem 'therubyracer', platforms: :ruby
|
||||
|
||||
platform :ruby do
|
||||
gem 'pg'
|
||||
end
|
||||
|
||||
# Use jquery as the JavaScript library
|
||||
gem 'jquery-rails'
|
||||
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
|
||||
@@ -30,6 +34,14 @@ gem 'jbuilder', '~> 2.5'
|
||||
# Use Capistrano for deployment
|
||||
# gem 'capistrano-rails', group: :development
|
||||
|
||||
gem 'devise'
|
||||
gem 'devise_uid'
|
||||
gem 'bcrypt', '~> 3.1.7'
|
||||
gem 'simple_form'
|
||||
gem 'kaminari'
|
||||
gem 'to_csv-rails'
|
||||
gem 'bootstrap-multiselect-rails'
|
||||
|
||||
group :development, :test do
|
||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
gem 'byebug', platform: :mri
|
||||
|
||||
Reference in New Issue
Block a user