File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ group :test do
66 gem 'minitest' , '>= 5.16.3'
77 gem 'nokogiri' , '>= 1.14.3'
88 gem 'rspec' , '>= 3.11.0'
9- gem 'rspec-mocks' , '>= 3.11.0'
109 gem 'rspec_junit_formatter' , '>= 0.6.0'
11- gem 'rubocop' , '>= 1.63.0'
10+ gem 'rspec-mocks' , '>= 3.11.0'
11+ gem 'rubocop' , '>= 1.65.0'
1212end
1313
1414gem 'jekyll'
1515gem 'jekyll-paginate'
1616gem 'jekyll-redirect-from'
17- gem " webrick" , " >= 1.7"
17+ gem ' webrick' , ' >= 1.7'
Original file line number Diff line number Diff line change 7777 racc (~> 1.4 )
7878 nokogiri (1.16.5-x86_64-darwin )
7979 racc (~> 1.4 )
80- parallel (1.25.1 )
81- parser (3.3.2.0 )
80+ parallel (1.26.3 )
81+ parser (3.3.4.2 )
8282 ast (~> 2.4.1 )
8383 racc
8484 pathutil (0.16.2 )
8585 forwardable-extended (~> 2.6 )
8686 public_suffix (5.0.5 )
87- racc (1.8.0 )
87+ racc (1.8.1 )
8888 rainbow (3.1.1 )
8989 rake (13.2.1 )
9090 rb-fsevent (0.11.2 )
9191 rb-inotify (0.11.1 )
9292 ffi (~> 1.0 )
9393 regexp_parser (2.9.2 )
94- rexml (3.2.9 )
94+ rexml (3.3.5 )
9595 strscan
9696 rouge (4.2.1 )
9797 rspec (3.13.0 )
@@ -109,18 +109,18 @@ GEM
109109 rspec-support (3.13.1 )
110110 rspec_junit_formatter (0.6.0 )
111111 rspec-core (>= 2 , < 4 , != 2.12.0 )
112- rubocop (1.64 .1 )
112+ rubocop (1.65 .1 )
113113 json (~> 2.3 )
114114 language_server-protocol (>= 3.17.0 )
115115 parallel (~> 1.10 )
116116 parser (>= 3.3.0.2 )
117117 rainbow (>= 2.2.2 , < 4.0 )
118- regexp_parser (>= 1.8 , < 3.0 )
118+ regexp_parser (>= 2.4 , < 3.0 )
119119 rexml (>= 3.2.5 , < 4.0 )
120120 rubocop-ast (>= 1.31.1 , < 2.0 )
121121 ruby-progressbar (~> 1.7 )
122122 unicode-display_width (>= 2.4.0 , < 3.0 )
123- rubocop-ast (1.31.3 )
123+ rubocop-ast (1.32.0 )
124124 parser (>= 3.3.1.0 )
125125 ruby-progressbar (1.13.0 )
126126 safe_yaml (1.0.5 )
@@ -153,7 +153,7 @@ DEPENDENCIES
153153 rspec (>= 3.11.0 )
154154 rspec-mocks (>= 3.11.0 )
155155 rspec_junit_formatter (>= 0.6.0 )
156- rubocop (>= 1.36 .0 )
156+ rubocop (>= 1.65 .0 )
157157 webrick (>= 1.7 )
158158
159159BUNDLED WITH
You can’t perform that action at this time.
0 commit comments