Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionview (7.2.2.2)
activesupport (= 7.2.2.2)
actionview (7.2.3)
activesupport (= 7.2.3)
builder (~> 3.1)
cgi
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activesupport (7.2.2.2)
activesupport (7.2.3)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -29,9 +30,10 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.3.0)
benchmark (0.5.0)
bigdecimal (3.3.1)
builder (3.3.0)
cgi (0.5.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
crass (1.0.6)
Expand All @@ -48,14 +50,14 @@ GEM
nokogiri (>= 1.12.0)
mini_portile2 (2.8.9)
minitest (5.26.0)
nokogiri (1.18.9)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.9-arm64-darwin)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-darwin)
nokogiri (1.18.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-gnu)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
parallel (1.27.0)
parser (3.3.9.0)
Expand Down Expand Up @@ -114,7 +116,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
actionview (~> 7.2.2.1)
actionview (~> 7.2.3)
minitest
rake
rubocop-github!
Expand Down
2 changes: 1 addition & 1 deletion rubocop-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency "rubocop-performance", ">= 1.24"
s.add_dependency "rubocop-rails", ">= 2.23"

s.add_development_dependency "actionview", "~> 7.2.2.1"
s.add_development_dependency "actionview", "~> 7.2.3"
s.add_development_dependency "minitest"
s.add_development_dependency "rake"

Expand Down