Skip to content

Commit

Permalink
Bump clearance from 2.6.2 to 2.7.0 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
invalidusrname committed Apr 21, 2024
2 parents cb1bb2e + ca92a40 commit 410b6fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source "https://rubygems.org"
gem "rails", "~> 7.1"

gem "bootsnap", require: false
gem "clearance", "~> 2.6"
gem "clearance", "~> 2.7"
gem "cssbundling-rails", "~> 1.4"
gem "haml", ">= 3.0.18"
gem "iconv", "~> 1.0.8"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
clearance (2.6.2)
clearance (2.7.0)
actionmailer (>= 5.0)
activemodel (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -160,8 +160,8 @@ GEM
factory_bot (~> 6.4)
railties (>= 5.0.0)
ffi (1.16.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -210,7 +210,7 @@ GEM
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.4-arm64-darwin)
Expand Down Expand Up @@ -272,11 +272,11 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.5.0)
reline (0.5.2)
io-console (~> 0.5)
rexml (3.2.6)
rspec-core (3.13.0)
Expand Down Expand Up @@ -392,7 +392,7 @@ PLATFORMS
DEPENDENCIES
bootsnap
capybara
clearance (~> 2.6)
clearance (~> 2.7)
cssbundling-rails (~> 1.4)
cucumber-rails
database_cleaner (~> 2.0)
Expand Down

0 comments on commit 410b6fe

Please sign in to comment.