Skip to content

Commit

Permalink
Merge pull request #61 from Navinnair/master
Browse files Browse the repository at this point in the history
fixed bundle update and stack level too deep issue
  • Loading branch information
stpnlr authored May 26, 2019
2 parents 798f57c + 1155157 commit 523ab37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gem 'jbuilder', '~> 1.2'

group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', require: false
gem 'sdoc', '0.4.0',require: false
end

# Use ActiveModel has_secure_password
Expand Down Expand Up @@ -62,7 +62,7 @@ gem "omniauth-google-oauth2"
gem "ransack"
gem "will_paginate"
gem "cocoon"
gem 'wicked_pdf'
gem 'wicked_pdf', '0.9.10'
gem 'friendly_id', '~> 5.0.0'
gem 'doorkeeper', '1.1.0'

Expand Down

0 comments on commit 523ab37

Please sign in to comment.