Skip to content

Commit

Permalink
Merge pull request #64 from anynines/ds_3454_update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
st-klute authored Oct 10, 2023
2 parents 45a3b17 + 4bc1a1a commit c40b5c8
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 34 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ source 'https://rubygems.org'
gem 'rspec'
gem 'rubocop'
gem 'destructor'
gem 'httparty', '0.15.6'
gem 'pg', '0.19'
gem 'httparty', '0.21.0'
gem 'pg', '0.21.0'
73 changes: 43 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,64 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
base64 (0.1.1)
destructor (0.1.0)
diff-lcs (1.4.4)
httparty (0.15.6)
diff-lcs (1.5.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
json (2.6.3)
language_server-protocol (3.17.0.3)
mini_mime (1.1.5)
multi_xml (0.6.0)
parallel (1.20.1)
parser (3.0.0.0)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
pg (0.19.0)
rainbow (3.0.0)
regexp_parser (2.0.3)
rexml (3.2.4)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
racc
pg (0.21.0)
racc (1.7.1)
rainbow (3.1.1)
regexp_parser (2.8.1)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.9.1)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.56.3)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
ruby-progressbar (1.11.0)
unicode-display_width (2.0.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (2.4.2)

PLATFORMS
ruby

DEPENDENCIES
destructor
httparty (= 0.15.6)
pg (= 0.19)
httparty (= 0.21.0)
pg (= 0.21.0)
rspec
rubocop

BUNDLED WITH
2.3.16
4 changes: 2 additions & 2 deletions unit_tests_utils.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |s|
s.homepage = 'http://www.anynines.com/'
s.license = 'Nonstandard'

s.add_runtime_dependency 'httparty', '0.15.6'
s.add_runtime_dependency 'pg', '0.19'
s.add_runtime_dependency 'httparty', '0.21.0'
s.add_runtime_dependency 'pg', '0.21.0'
end

0 comments on commit c40b5c8

Please sign in to comment.