update sentry gems
This commit is contained in:
parent
ef9fe9e53a
commit
753d0478ef
2 changed files with 9 additions and 5 deletions
1
Gemfile
1
Gemfile
|
@ -67,6 +67,7 @@ gem 'rqrcode'
|
||||||
gem 'ruby-saml-idp'
|
gem 'ruby-saml-idp'
|
||||||
gem 'sanitize-url'
|
gem 'sanitize-url'
|
||||||
gem 'sassc-rails' # Use SCSS for stylesheets
|
gem 'sassc-rails' # Use SCSS for stylesheets
|
||||||
|
gem 'sentry-delayed_job'
|
||||||
gem 'sentry-rails'
|
gem 'sentry-rails'
|
||||||
gem 'sentry-ruby'
|
gem 'sentry-ruby'
|
||||||
gem 'sib-api-v3-sdk'
|
gem 'sib-api-v3-sdk'
|
||||||
|
|
13
Gemfile.lock
13
Gemfile.lock
|
@ -678,14 +678,16 @@ GEM
|
||||||
childprocess (>= 0.5, < 4.0)
|
childprocess (>= 0.5, < 4.0)
|
||||||
rubyzip (>= 1.2.2)
|
rubyzip (>= 1.2.2)
|
||||||
semantic_range (2.3.0)
|
semantic_range (2.3.0)
|
||||||
sentry-rails (4.1.6)
|
sentry-delayed_job (4.2.0)
|
||||||
|
sentry-ruby-core (~> 4.2.0)
|
||||||
|
sentry-rails (4.2.1)
|
||||||
rails (>= 5.0)
|
rails (>= 5.0)
|
||||||
sentry-ruby-core (~> 4.1.2)
|
sentry-ruby-core (~> 4.2.0)
|
||||||
sentry-ruby (4.1.5)
|
sentry-ruby (4.2.1)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
faraday (>= 1.0)
|
faraday (>= 1.0)
|
||||||
sentry-ruby-core (= 4.1.5)
|
sentry-ruby-core (= 4.2.1)
|
||||||
sentry-ruby-core (4.1.5)
|
sentry-ruby-core (4.2.1)
|
||||||
concurrent-ruby
|
concurrent-ruby
|
||||||
faraday
|
faraday
|
||||||
sexp_processor (4.15.1)
|
sexp_processor (4.15.1)
|
||||||
|
@ -897,6 +899,7 @@ DEPENDENCIES
|
||||||
sanitize-url
|
sanitize-url
|
||||||
sassc-rails
|
sassc-rails
|
||||||
scss_lint
|
scss_lint
|
||||||
|
sentry-delayed_job
|
||||||
sentry-rails
|
sentry-rails
|
||||||
sentry-ruby
|
sentry-ruby
|
||||||
shoulda-matchers
|
shoulda-matchers
|
||||||
|
|
Loading…
Reference in a new issue