Merge branch 'master' into 1645-get-rid-of-keystores-gem

This commit is contained in:
Karl Erik Õunapuu 2020-08-13 13:02:28 +03:00 committed by GitHub
commit f13a2c2b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 537 additions and 123 deletions

View file

@ -81,10 +81,10 @@ end
group :development, :test do
gem 'pry', '0.10.1'
gem 'sdoc', '0.4.1' # bundle exec rake doc:rails generates the API under doc/api.
gem 'railroady', '1.3.0' # to generate database diagrams
gem 'autodoc'
gem 'puma'
gem 'sdoc', '~> 1.1'
end
group :test do