Skip to content

Commit

Permalink
add Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
acotie committed Oct 6, 2017
1 parent b466ee4 commit cb2f470
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 12 deletions.
52 changes: 40 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,16 @@ git_source(:github) do |repo_name|
end


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.4'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.7'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# 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'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 3.0'
Expand All @@ -33,19 +25,55 @@ gem 'jbuilder', '~> 2.5'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

# necessary
gem 'stripe'
gem 'dotenv-rails'
gem 'slim-rails'
gem 'html2slim'
gem 'kaminari'
#gem 'newrelic_rpm'
#gem 'bullet'
#gem 'unicorn'
#gem 'unicorn-worker-killer'

# image upload
#gem 'carrierwave'
#gem "mini_magick"
#gem "fog-aws"

# Auth
gem 'devise'
gem 'devise_token_auth'
gem 'devise-bootstrap-views'

# API
gem 'grape'
gem 'grape-entity'
gem 'grape-kaminari'
#gem 'rack-cors'

gem 'grape-swagger'
gem 'grape-swagger-ui'
gem 'grape-swagger-rails'
gem 'grape-swagger-entity'

gem 'rails_admin'


group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 2.13'
gem 'selenium-webdriver'

gem 'rspec-rails'
gem 'factory_girl_rails' # dummy data
gem 'faker' # test data
gem 'i18n_generators'
end

group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
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 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
end
Expand Down
167 changes: 167 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
arel (8.0.0)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
bcrypt (3.1.11)
bindex (0.5.0)
builder (3.2.3)
byebug (9.1.0)
Expand All @@ -53,6 +58,8 @@ GEM
xpath (~> 2.0)
childprocess (0.8.0)
ffi (~> 1.0, >= 1.0.11)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
Expand All @@ -62,15 +69,93 @@ GEM
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
crass (1.0.2)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
devise (4.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
responders
warden (~> 1.2.3)
devise-bootstrap-views (0.0.11)
devise_token_auth (0.1.42)
devise (> 3.5.2, <= 4.3)
rails (< 6)
diff-lcs (1.3)
dotenv (2.2.1)
dotenv-rails (2.2.1)
dotenv (= 2.2.1)
railties (>= 3.2, < 5.2)
equalizer (0.0.11)
erubi (1.6.1)
execjs (2.7.0)
factory_girl (4.8.1)
activesupport (>= 3.0.0)
factory_girl_rails (4.8.0)
factory_girl (~> 4.8.0)
railties (>= 3.0.0)
faker (1.8.4)
i18n (~> 0.5)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
ffi (1.9.18)
font-awesome-rails (4.7.0.2)
railties (>= 3.2, < 5.2)
globalid (0.4.0)
activesupport (>= 4.2.0)
grape (1.0.1)
activesupport
builder
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0)
rack-accept
virtus (>= 1.0.0)
grape-entity (0.6.1)
activesupport (>= 5.0.0)
multi_json (>= 1.3.2)
grape-kaminari (0.1.9)
grape
kaminari
grape-swagger (0.27.3)
grape (>= 0.16.2)
grape-swagger-entity (0.2.1)
grape-entity (>= 0.5.0)
grape-swagger (>= 0.20.4)
grape-swagger-rails (0.3.0)
railties (>= 3.2.12)
grape-swagger-ui (2.2.8)
railties (>= 3.1)
haml (5.0.3)
temple (>= 0.8.0)
tilt
hpricot (0.8.6)
html2slim (0.2.0)
hpricot
i18n (0.8.6)
i18n_generators (2.1.1)
rails (>= 3.0.0)
ice_nine (0.11.2)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
jquery-rails (4.3.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
railties (>= 3.2.16)
kaminari (1.0.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.0.1)
kaminari-activerecord (= 1.0.1)
kaminari-core (= 1.0.1)
kaminari-actionview (1.0.1)
actionview
kaminari-core (= 1.0.1)
kaminari-activerecord (1.0.1)
activerecord
kaminari-core (= 1.0.1)
kaminari-core (1.0.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -88,12 +173,23 @@ GEM
mini_portile2 (2.3.0)
minitest (5.10.3)
multi_json (1.12.2)
multipart-post (2.0.0)
mustermann (1.0.1)
mustermann-grape (1.0.0)
mustermann (~> 1.0.0)
nested_form (0.3.2)
nio4r (2.1.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
orm_adapter (0.5.0)
public_suffix (3.0.0)
puma (3.10.0)
rack (2.0.3)
rack-accept (0.4.5)
rack (>= 0.4)
rack-pjax (1.0.0)
nokogiri (~> 1.5)
rack (>= 1.1)
rack-test (0.7.0)
rack (>= 1.0, < 3)
rails (5.1.4)
Expand All @@ -113,6 +209,19 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails_admin (1.2.0)
builder (~> 3.1)
coffee-rails (~> 4.0)
font-awesome-rails (>= 3.0, < 5)
haml (>= 4.0, < 6)
jquery-rails (>= 3.0, < 5)
jquery-ui-rails (~> 5.0)
kaminari (>= 0.14, < 2.0)
nested_form (~> 0.3)
rack-pjax (>= 0.7)
rails (>= 4.0, < 6)
remotipart (~> 1.3)
sass-rails (>= 4.0, < 6)
railties (5.1.4)
actionpack (= 5.1.4)
activesupport (= 5.1.4)
Expand All @@ -123,6 +232,27 @@ GEM
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
remotipart (1.3.1)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-mocks (3.6.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-rails (3.6.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
ruby_dep (1.5.0)
rubyzip (1.2.1)
sass (3.5.2)
Expand All @@ -139,6 +269,13 @@ GEM
selenium-webdriver (3.6.0)
childprocess (~> 0.5)
rubyzip (~> 1.0)
slim (3.0.8)
temple (>= 0.7.6, < 0.9)
tilt (>= 1.3.3, < 2.1)
slim-rails (3.1.3)
actionpack (>= 3.1)
railties (>= 3.1)
slim (~> 3.0)
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
Expand All @@ -152,6 +289,9 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
stripe (3.4.1)
faraday (~> 0.10)
temple (0.8.0)
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
Expand All @@ -162,6 +302,13 @@ GEM
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
descendants_tracker (~> 0.0, >= 0.0.3)
equalizer (~> 0.0, >= 0.0.9)
warden (1.2.7)
rack (>= 1.0)
web-console (3.5.1)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand All @@ -180,15 +327,35 @@ DEPENDENCIES
byebug
capybara (~> 2.13)
coffee-rails (~> 4.2)
devise
devise-bootstrap-views
devise_token_auth
dotenv-rails
factory_girl_rails
faker
grape
grape-entity
grape-kaminari
grape-swagger
grape-swagger-entity
grape-swagger-rails
grape-swagger-ui
html2slim
i18n_generators
jbuilder (~> 2.5)
kaminari
listen (>= 3.0.5, < 3.2)
puma (~> 3.7)
rails (~> 5.1.4)
rails_admin
rspec-rails
sass-rails (~> 5.0)
selenium-webdriver
slim-rails
spring
spring-watcher-listen (~> 2.0.0)
sqlite3
stripe
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
Expand Down

0 comments on commit cb2f470

Please sign in to comment.