pull/11995/head
ulferts 2 years ago
parent c9872d49a1
commit 0419d2a6af
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

@ -116,7 +116,7 @@ gem 'posix-spawn', '~> 0.3.13', require: false
gem 'bcrypt', '~> 3.1.6' gem 'bcrypt', '~> 3.1.6'
gem 'multi_json', '~> 1.15.0' gem 'multi_json', '~> 1.15.0'
gem 'oj', '~> 3.13.0' gem 'oj', '~> 3.14.0'
gem 'daemons' gem 'daemons'
gem 'delayed_cron_job', '~> 0.9.0' gem 'delayed_cron_job', '~> 0.9.0'

@ -638,7 +638,7 @@ GEM
octokit (5.6.1) octokit (5.6.1)
faraday (>= 1, < 3) faraday (>= 1, < 3)
sawyer (~> 0.9) sawyer (~> 0.9)
oj (3.13.23) oj (3.14.0)
okcomputer (1.18.4) okcomputer (1.18.4)
omniauth-saml (1.10.3) omniauth-saml (1.10.3)
omniauth (~> 1.3, >= 1.3.2) omniauth (~> 1.3, >= 1.3.2)
@ -1050,7 +1050,7 @@ DEPENDENCIES
my_page! my_page!
net-ldap (~> 0.17.0) net-ldap (~> 0.17.0)
nokogiri (~> 1.14.0) nokogiri (~> 1.14.0)
oj (~> 3.13.0) oj (~> 3.14.0)
okcomputer (~> 1.18.1) okcomputer (~> 1.18.1)
omniauth! omniauth!
omniauth-openid-connect! omniauth-openid-connect!

Loading…
Cancel
Save