Skip to content

Commit

Permalink
💄 rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaLMoore committed Apr 1, 2024
1 parent 4dcc7bc commit 9a08834
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 22 deletions.
48 changes: 27 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,26 +203,6 @@ GIT
valkyrie (~> 3.1.1)
view_component (~> 2.74.1)

GIT
remote: https://github.com/samvera/valkyrie.git
revision: fab15e5818ba7bd1e9688a8013be491a09a4494e
tag: v3.1.4
specs:
valkyrie (3.1.4)
activemodel
activesupport
dry-struct
dry-types (~> 1.0)
faraday (>= 0.9, < 3, != 2.0.0)
faraday-multipart
json
json-ld
railties
rdf (~> 3.0, >= 3.0.10)
rdf-vocab
reform (~> 2.2)
reform-rails

GIT
remote: https://github.com/scientist-softserv/apartment.git
revision: 9ad4b0ef2ee6debb956e86ef9e7095c8358fef5e
Expand Down Expand Up @@ -261,6 +241,9 @@ PATH
specs:
hyku_knapsack (0.0.1)
rails (>= 5.2.0)
sentry-rails
sentry-ruby
sentry-sidekiq

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -1223,6 +1206,15 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (5.17.1)
railties (>= 5.0)
sentry-ruby (~> 5.17.1)
sentry-ruby (5.17.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.17.1)
sentry-ruby (~> 5.17.1)
sidekiq (>= 3.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (6.5.12)
Expand Down Expand Up @@ -1340,6 +1332,20 @@ GEM
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix
valkyrie (3.1.4)
activemodel
activesupport
dry-struct
dry-types (~> 1.0)
faraday (>= 0.9, < 3, != 2.0.0)
faraday-multipart
json
json-ld
railties
rdf (~> 3.0, >= 3.0.10)
rdf-vocab
reform (~> 2.2)
reform-rails
version_gem (1.1.4)
view_component (2.74.1)
activesupport (>= 5.0.0, < 8.0)
Expand Down Expand Up @@ -1474,7 +1480,7 @@ DEPENDENCIES
tether-rails
turbolinks (~> 5)
twitter-typeahead-rails (= 0.11.1.pre.corejavascript)
valkyrie!
valkyrie (~> 3.0, >= 3.1.4)
web-console (>= 3.3.0)
webdrivers (~> 4.7.0)
webmock
Expand Down
4 changes: 3 additions & 1 deletion config/initializers/sentry.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'sentry-ruby'
require 'sentry-sidekiq'

Expand All @@ -6,4 +8,4 @@
config.breadcrumbs_logger = [:active_support_logger, :http_logger, :sentry_logger]
config.enabled_environments = %w[hykuup-knapsack-staging hykuup-knapsack-production]
config.debug = true
end
end

0 comments on commit 9a08834

Please sign in to comment.