Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
t-romani committed Nov 13, 2019
1 parent e0d90b4 commit 826a9f6
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 97 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ gem 'devise', '~> 4.7.1'
gem 'devise_token_auth', '~> 1.1.2'
gem 'draper', '~> 3.1'
gem 'figaro', '~> 1.1.1'
gem 'haml-rails', '~> 1.0.0'
gem 'haml-rails', '~> 2.0', '>= 2.0.1'
gem 'jbuilder', '~> 2.9.1'
gem 'oj', '~> 3.7', '>= 3.7.12'
gem 'pg', '~> 0.18.2'
gem 'pg', '~> 1.1', '>= 1.1.4'
gem 'pry-rails', '~> 0.3.6'
gem 'puma', '~> 3.0'
gem 'rack-cors', '~> 0.4.0'
gem 'sendgrid', '~> 1.2.4'
gem 'sprockets', '~> 3.7.2'
gem 'webpacker', '~> 4.0'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
Expand Down
Loading

0 comments on commit 826a9f6

Please sign in to comment.