mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 20:27:30 +02:00
Add bootsnap gem
This commit is contained in:
parent
b2bc7f2917
commit
cee260069f
2 changed files with 5 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -5,6 +5,7 @@ gem 'iso8601', '0.12.1' # for dates and times
|
|||
gem 'rails', '~> 6.0'
|
||||
gem 'rest-client'
|
||||
gem 'uglifier'
|
||||
gem 'bootsnap', '>= 1.1.0', require: false
|
||||
|
||||
# load env
|
||||
gem 'figaro', '1.1.1'
|
||||
|
|
|
@ -139,6 +139,8 @@ GEM
|
|||
autoprefixer-rails (9.7.4)
|
||||
execjs
|
||||
bcrypt (3.1.13)
|
||||
bootsnap (1.4.6)
|
||||
msgpack (~> 1.0)
|
||||
bootstrap-sass (3.4.1)
|
||||
autoprefixer-rails (>= 5.2.1)
|
||||
sassc (>= 2.0.0)
|
||||
|
@ -294,6 +296,7 @@ GEM
|
|||
monetize (~> 1.9.0)
|
||||
money (~> 6.13.2)
|
||||
railties (>= 3.0)
|
||||
msgpack (1.3.3)
|
||||
multi_json (1.14.1)
|
||||
mustermann (1.1.1)
|
||||
ruby2_keywords (~> 0.0.1)
|
||||
|
@ -490,6 +493,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
airbrake
|
||||
autodoc
|
||||
bootsnap (>= 1.1.0)
|
||||
bootstrap-sass (~> 3.4)
|
||||
cancancan
|
||||
capybara
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue