Skip to content

Commit

Permalink
Merge pull request #92 from looker-open-source/bundler/minitest-5.25.2
Browse files Browse the repository at this point in the history
chore(deps-dev): bump minitest from 5.25.1 to 5.25.2 (#90)
  • Loading branch information
jkaster authored Nov 26, 2024
2 parents 8cbd033 + 2c66e54 commit 156d581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end

group :test do
# gem 'json', '~> 1.7', :platforms => [:jruby] look TODO needed?
gem 'minitest', '~> 5.25.1'
gem 'minitest', '~> 5.25.2'
gem 'mocha', '~> 2.6.0'
gem 'rack', '~> 3.1.8'
gem 'netrc', '~> 0.11.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
faraday-net_http (3.0.2)
faraday-rack (2.0.0)
faraday (~> 2.0)
minitest (5.25.1)
minitest (5.25.2)
mocha (2.6.0)
ruby2_keywords (>= 0.0.5)
multipart-post (2.3.0)
Expand Down Expand Up @@ -65,7 +65,7 @@ DEPENDENCIES
faraday-multipart (~> 1.0)
faraday-rack (~> 2)
looker-sdk!
minitest (~> 5.25.1)
minitest (~> 5.25.2)
mocha (~> 2.6.0)
netrc (~> 0.11.0)
rack (~> 3.1.8)
Expand Down

0 comments on commit 156d581

Please sign in to comment.