Merge pull request #1311 from internetee/remove-jbuilder-gem

Remove `jbuilder` gem
This commit is contained in:
Timo Võhmar 2019-09-13 15:43:52 +03:00 committed by GitHub
commit cbbc4bff68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View file

@ -48,7 +48,6 @@ gem 'cancancan'
gem 'devise', '~> 4.7'
gem 'grape'
gem 'jbuilder', '2.2.16' # json api
# registry specfic
gem 'isikukood' # for EE-id validation

View file

@ -228,9 +228,6 @@ GEM
ice_nine (0.11.2)
isikukood (0.1.2)
iso8601 (0.8.6)
jbuilder (2.2.16)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
jquery-rails (4.0.4)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
@ -488,7 +485,6 @@ DEPENDENCIES
html2haml (= 2.1.0)
isikukood
iso8601 (= 0.8.6)
jbuilder (= 2.2.16)
jquery-rails (= 4.0.4)
jquery-ui-rails (= 5.0.5)
kaminari (= 0.16.3)

View file

@ -65,7 +65,6 @@ module DomainNameRegistry
g.javascripts false
g.helper false
g.template_engine :erb
g.jbuilder false
g.test_framework nil
end