Skip to content
Closed
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :development do
gem "pry", "~> 0.14.1"
gem "rake", "~> 13.0.6"
gem "semver2", "~> 3.4"
gem "solargraph", "~> 0.46.0"
gem "solargraph", "~> 0.48.0"
end

group :test do
Expand Down
53 changes: 27 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ansi (1.5.0)
ast (2.4.2)
ast (2.4.3)
backport (1.2.0)
benchmark (0.2.0)
benchmark (0.4.1)
builder (3.2.4)
climate_control (1.2.0)
coderay (1.1.3)
Expand Down Expand Up @@ -58,17 +58,17 @@ GEM
cucumber-messages (~> 18.0, >= 18.0.0)
cucumber-messages (18.0.0)
cucumber-tag-expressions (4.1.0)
diff-lcs (1.5.0)
diff-lcs (1.6.2)
docile (1.3.5)
e2mmap (0.1.0)
ffi (1.15.5)
git (1.12.0)
addressable (~> 2.8)
rchardet (~> 1.8)
jaro_winkler (1.5.4)
json (2.6.2)
kramdown (2.4.0)
rexml
jaro_winkler (1.6.1)
json (2.14.1)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
macaddr (1.7.2)
Expand All @@ -77,28 +77,30 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_portile2 (2.8.0)
mini_portile2 (2.8.9)
multi_test (1.1.0)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oj (3.13.21)
parallel (1.22.1)
parser (3.1.2.1)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
prism (1.5.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.7)
racc (1.6.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.0.6)
rchardet (1.8.0)
regexp_parser (2.5.0)
regexp_parser (2.11.3)
require_all (3.0.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
rexml (3.4.4)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
Expand All @@ -122,12 +124,13 @@ GEM
rubocop-ast (>= 1.20.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-ast (1.47.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-performance (1.15.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
semver2 (3.4.2)
simplecov (0.21.2)
docile (~> 1.1)
Expand All @@ -139,7 +142,7 @@ GEM
terminal-table
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
solargraph (0.46.0)
solargraph (0.48.0)
backport (~> 1.2)
benchmark
bundler (>= 1.17.2)
Expand All @@ -159,14 +162,12 @@ GEM
systemu (2.6.5)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.2.1)
tilt (2.0.11)
unicode-display_width (2.2.0)
thor (1.4.0)
tilt (2.6.1)
unicode-display_width (2.6.0)
uuid (2.3.9)
macaddr (~> 1.0)
webrick (1.7.0)
yard (0.9.28)
webrick (~> 1.7.0)
yard (0.9.37)

PLATFORMS
ruby
Expand All @@ -186,7 +187,7 @@ DEPENDENCIES
semver2 (~> 3.4)
simplecov (~> 0.21.2)
simplecov-console (~> 0.9.1)
solargraph (~> 0.46.0)
solargraph (~> 0.48.0)

BUNDLED WITH
2.3.10
Loading