gems
This commit is contained in:
parent
089e4c36d3
commit
891987042f
2 changed files with 6 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@
|
|||
source 'https://gems.sutty.nl'
|
||||
|
||||
# core - base
|
||||
ruby '2.7.4'
|
||||
ruby '2.7.5'
|
||||
gem 'rails', '~> 6.0'
|
||||
|
||||
# core - rails additions
|
||||
|
|
|
@ -349,11 +349,12 @@ GEM
|
|||
net-ldap (0.17.0)
|
||||
netrc (0.11.0)
|
||||
nio4r (2.5.8)
|
||||
nio4r (2.5.8-x86_64-linux-musl)
|
||||
nokogiri (1.13.3)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.12.5-x86_64-linux-musl)
|
||||
mini_portile2 (~> 2.6.1)
|
||||
nokogiri (1.13.3-x86_64-linux-musl)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
nori (2.6.0)
|
||||
notiffany (0.1.3)
|
||||
|
@ -451,6 +452,7 @@ GEM
|
|||
pundit-matchers (1.7.0)
|
||||
rspec-rails (>= 3.0.0)
|
||||
racc (1.6.0)
|
||||
racc (1.6.0-x86_64-linux-musl)
|
||||
rack (2.2.3)
|
||||
rack-livereload (0.3.17)
|
||||
rack
|
||||
|
@ -790,7 +792,7 @@ DEPENDENCIES
|
|||
zendesk_api
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.7.4p191
|
||||
ruby 2.7.5p203
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.20
|
||||
|
|
Loading…
Reference in a new issue