Skip to content

Commit

Permalink
gemfile versions lock
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed May 6, 2024
1 parent 7f56c75 commit ab6909c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'byebug'
gem 'minitest'
gem 'minitest-reporters'
gem 'rake'
gem 'rubocop'
gem 'byebug', '~> 11.1', '>= 11.1.3'
gem 'minitest', '~> 5.22', '>= 5.22.3'
gem 'minitest-reporters', '~> 1.6', '>= 1.6.1'
gem 'rake', '~> 13.2', '>= 13.2.1'
gem 'rubocop', '~> 1.63', '>= 1.63.4'
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
byebug
minitest
minitest-reporters
rake
rubocop
byebug (~> 11.1, >= 11.1.3)
minitest (~> 5.22, >= 5.22.3)
minitest-reporters (~> 1.6, >= 1.6.1)
rake (~> 13.2, >= 13.2.1)
rubocop (~> 1.63, >= 1.63.4)
yarh!

BUNDLED WITH
Expand Down

0 comments on commit ab6909c

Please sign in to comment.