Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 18, 2024
1 parent 0e2429e commit 769b1d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ source 'https://rubygems.org'
gemspec

gem 'factbase', '>0', require: false
gem 'minitest', '5.25.1', require: false
gem 'minitest', '5.25.4', require: false
gem 'minitest-reporters', '1.7.1', require: false
gem 'net-ping', '2.0.8', require: false
gem 'rake', '13.2.1', require: false
gem 'random-port', '>0', require: false
gem 'rspec-rails', '7.0.1', require: false
gem 'rspec-rails', '7.1.0', require: false
gem 'rubocop', '1.69.2', require: false
gem 'rubocop-performance', '1.23.0', require: false
gem 'rubocop-rspec', '3.3.0', require: false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
loog (0.6.0)
minitest (5.25.1)
minitest (5.25.4)
minitest-reporters (1.7.1)
ansi
builder
Expand Down Expand Up @@ -180,7 +180,7 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.0.1)
rspec-rails (7.1.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
Expand Down Expand Up @@ -249,12 +249,12 @@ PLATFORMS
DEPENDENCIES
baza.rb!
factbase (> 0)
minitest (= 5.25.1)
minitest (= 5.25.4)
minitest-reporters (= 1.7.1)
net-ping (= 2.0.8)
rake (= 13.2.1)
random-port (> 0)
rspec-rails (= 7.0.1)
rspec-rails (= 7.1.0)
rubocop (= 1.69.2)
rubocop-performance (= 1.23.0)
rubocop-rspec (= 3.3.0)
Expand Down

0 comments on commit 769b1d8

Please sign in to comment.