Skip to content

Commit

Permalink
bumped dependencies for nats-pure and ruby-prof to the most recent ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
AttilaAlmasi authored and jpalermo committed Nov 9, 2023
1 parent 00a0577 commit 342485b
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions src/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'json', '2.6.3'

gem 'talentbox-delayed_job_sequel', '~>4.3'

gem 'ruby-prof', '0.17.0'
gem 'ruby-prof', '1.6.3'

group :production do
gem 'mysql2'
Expand Down Expand Up @@ -64,7 +64,7 @@ group :development, :test do
gem 'factory_bot', '~> 6.2'

# for root level specs
gem 'nats-pure', '~>0.6.2'
gem 'nats-pure', '~>2.3'
gem 'openssl'
gem 'rest-client'

Expand Down
14 changes: 7 additions & 7 deletions src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ PATH
httpclient (~> 2.8.3)
logging (~> 2.2.2)
membrane (~> 1.1.0)
nats-pure (~> 0.6.2)
nats-pure (~> 2.3)
netaddr (~> 1.5.3.dev.1)
prometheus-client (~> 2.1.0)
puma
Expand All @@ -75,7 +75,7 @@ PATH
eventmachine (~> 1.3.0.dev.1)
httpclient (~> 2.8.3)
logging (~> 2.2.2)
nats-pure (~> 0.6.2)
nats-pure (~> 2.3)
riemann-client (~> 0.2.6)
sinatra (~> 2.2.0)
thin
Expand All @@ -88,7 +88,7 @@ PATH
em-http-request
eventmachine (~> 1.3.0.dev.1)
logging (~> 2.2.2)
nats-pure (~> 0.6.2)
nats-pure (~> 2.3)
rest-client
sinatra (~> 2.2.0)
thin
Expand Down Expand Up @@ -203,7 +203,7 @@ GEM
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
mysql2 (0.5.5)
nats-pure (0.6.2)
nats-pure (2.3.0)
net-ssh (7.2.0)
netrc (0.11.0)
nio4r (2.5.9)
Expand Down Expand Up @@ -281,7 +281,7 @@ GEM
parser (>= 3.2.1.0)
rubocop-git (0.1.3)
rubocop (>= 0.24.1)
ruby-prof (0.17.0)
ruby-prof (1.6.3)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rufus-scheduler (3.9.1)
Expand Down Expand Up @@ -359,7 +359,7 @@ DEPENDENCIES
machinist (~> 1.0)
minitar
mysql2
nats-pure (~> 0.6.2)
nats-pure (~> 2.3)
net-ssh
netaddr (~> 1.5.3.dev.1)!
openssl
Expand All @@ -375,7 +375,7 @@ DEPENDENCIES
rspec-its
rubocop
rubocop-git
ruby-prof (= 0.17.0)
ruby-prof (= 1.6.3)
simplecov
sinatra (>= 2.2.0)
sinatra-contrib (>= 2.2.0)
Expand Down
2 changes: 1 addition & 1 deletion src/bosh-director/bosh-director.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'httpclient', '~>2.8.3'
spec.add_dependency 'logging', '~>2.2.2'
spec.add_dependency 'membrane', '~>1.1.0'
spec.add_dependency 'nats-pure', '~>0.6.2'
spec.add_dependency 'nats-pure'
spec.add_dependency 'netaddr', '~>1.5.3.dev.1'
spec.add_dependency 'prometheus-client','~>2.1.0'
spec.add_dependency 'puma'
Expand Down
2 changes: 1 addition & 1 deletion src/bosh-monitor/bosh-monitor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'eventmachine', '~>1.3.0.dev.1'
spec.add_dependency 'logging', '~>2.2.2'
spec.add_dependency 'em-http-request'
spec.add_dependency 'nats-pure', '~>0.6.2'
spec.add_dependency 'nats-pure'
spec.add_dependency 'thin'
spec.add_dependency 'sinatra', '~>2.2.0'
spec.add_dependency 'dogapi', '~> 1.21.0'
Expand Down
2 changes: 1 addition & 1 deletion src/bosh-nats-sync/bosh-nats-sync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'eventmachine', '~>1.3.0.dev.1'
spec.add_dependency 'logging', '~>2.2.2'
spec.add_dependency 'em-http-request'
spec.add_dependency 'nats-pure', '~>0.6.2'
spec.add_dependency 'nats-pure'
spec.add_dependency 'thin'
spec.add_dependency 'sinatra', '~>2.2.0'
spec.add_dependency 'rest-client'
Expand Down
3 changes: 0 additions & 3 deletions src/vendor/cache/nats-pure-0.6.2.gem

This file was deleted.

3 changes: 3 additions & 0 deletions src/vendor/cache/nats-pure-2.3.0.gem
Git LFS file not shown
3 changes: 0 additions & 3 deletions src/vendor/cache/ruby-prof-0.17.0.gem

This file was deleted.

3 changes: 3 additions & 0 deletions src/vendor/cache/ruby-prof-1.6.3.gem
Git LFS file not shown

0 comments on commit 342485b

Please sign in to comment.