Skip to content

Commit

Permalink
Merge pull request #277 from allure-examples/dependabot/bundler/solar…
Browse files Browse the repository at this point in the history
…graph-0.50.0

Bump solargraph from 0.49.0 to 0.50.0
  • Loading branch information
andrcuns authored Dec 7, 2023
2 parents 0cc18df + f8432ea commit d365f84
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ gem 'cucumber', '~> 9.1'
gem 'pry', '~> 0.14.2'
gem 'rspec', '~> 3.12'
gem 'selenium-webdriver', '~> 4.15'
gem 'solargraph', '~> 0.49.0'
gem 'solargraph', '~> 0.50.0'
43 changes: 23 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
backport (1.2.0)
benchmark (0.2.1)
benchmark (0.3.0)
builder (3.2.4)
capybara (3.39.2)
addressable
Expand Down Expand Up @@ -58,12 +58,13 @@ GEM
diff-lcs (1.5.0)
e2mmap (0.1.0)
ffi (1.16.3)
jaro_winkler (1.5.4)
json (2.6.3)
jaro_winkler (1.5.6)
json (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
macaddr (1.7.2)
systemu (~> 2.6.5)
matrix (0.4.2)
Expand All @@ -73,26 +74,27 @@ GEM
mime-types-data (3.2023.1003)
mini_mime (1.1.5)
multi_test (1.1.0)
nokogiri (1.15.3-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-darwin)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parser (3.2.2.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
racc (1.7.1)
racc (1.7.3)
rack (3.0.7)
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
rbs (2.8.4)
regexp_parser (2.8.1)
regexp_parser (2.8.3)
require_all (3.0.0)
reverse_markdown (2.1.1)
nokogiri
Expand All @@ -110,25 +112,26 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.49.0)
rubocop (1.58.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
selenium-webdriver (4.15.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
solargraph (0.49.0)
solargraph (0.50.0)
backport (~> 1.2)
benchmark
bundler (~> 2.0)
Expand All @@ -147,15 +150,15 @@ GEM
sys-uname (1.2.3)
ffi (~> 1.1)
systemu (2.6.5)
thor (1.2.1)
tilt (2.1.0)
unicode-display_width (2.4.2)
thor (1.3.0)
tilt (2.3.0)
unicode-display_width (2.5.0)
uuid (2.3.9)
macaddr (~> 1.0)
websocket (1.2.10)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.32)
yard (0.9.34)

PLATFORMS
arm64-darwin-21
Expand All @@ -170,7 +173,7 @@ DEPENDENCIES
pry (~> 0.14.2)
rspec (~> 3.12)
selenium-webdriver (~> 4.15)
solargraph (~> 0.49.0)
solargraph (~> 0.50.0)

BUNDLED WITH
2.3.23

0 comments on commit d365f84

Please sign in to comment.