Skip to content

Commit

Permalink
fixed bundle update issue: sdoc version locked
Browse files Browse the repository at this point in the history
  • Loading branch information
Navinnair committed May 26, 2019
1 parent 49289fb commit 1155157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 1155157

Please sign in to comment.