Skip to content

Commit

Permalink
bump pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbradford committed Jul 14, 2023
1 parent 3de5366 commit c5ab188
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ GEM
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.1)
public_suffix (5.0.3)
puma (6.3.0)
nio4r (~> 2.0)
racc (1.7.1)
Expand Down Expand Up @@ -272,7 +272,7 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.3)
Expand Down Expand Up @@ -334,12 +334,13 @@ GEM
rubocop (~> 1.52.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.1.0)
standard-custom (1.0.1)
standard-custom (1.0.2)
lint_roller (~> 1.0)
standard-performance (1.1.1)
rubocop (~> 1.50)
standard-performance (1.1.2)
lint_roller (~> 1.1)
rubocop-performance (~> 1.18.0)
terser (1.1.16)
terser (1.1.17)
execjs (>= 0.3.0, < 3)
thor (1.2.2)
tilt (2.2.0)
Expand Down
1 change: 0 additions & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
class ApplicationController < ActionController::Base

before_action :set_tab_selected

def reject(error = "error")
Expand Down
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def dsv_labels
def hash_to_text(h)
str = ""
h.each do |k, v|
str << "#{k.to_s.humanize}: #{v.to_s}"
str << "#{k.to_s.humanize}: #{v}"
str << "<br>" unless k == h.keys.last
end
str
Expand Down

0 comments on commit c5ab188

Please sign in to comment.