Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
S-H-GAMELINKS committed Jun 4, 2024
1 parent 7ed732b commit 9bdd8f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -252,5 +252,5 @@ gem 'mastodon-spam-activity-rejecter', github: 'S-H-GAMELINKS/mastodon-spam-acti

gem 'abbrev'
gem 'psych'
gem 'strscan', '>= 3.0.9'
gem 'rexml', '~> 3.2'
gem 'strscan', '3.0.9'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ GEM
stringio (3.1.0)
strong_migrations (1.8.0)
activerecord (>= 5.2)
strscan (3.1.1)
strscan (3.0.9)
swd (1.3.0)
activesupport (>= 3)
attr_required (>= 0.0.5)
Expand Down Expand Up @@ -1110,7 +1110,7 @@ DEPENDENCIES
steep
stoplight (~> 4.1)
strong_migrations (= 1.8.0)
strscan (>= 3.0.9)
strscan (= 3.0.9)
test-prof
thor (~> 1.2)
tty-prompt (~> 0.23)
Expand Down

0 comments on commit 9bdd8f1

Please sign in to comment.