Skip to content

Commit

Permalink
Merge pull request #95 from looker-open-source/bundler/mocha-2.6.1
Browse files Browse the repository at this point in the history
chore(deps-dev): bump mocha from 2.6.0 to 2.6.1 (#94)
  • Loading branch information
jkaster authored Dec 4, 2024
2 parents 156d581 + 6c95c5c commit 497cd86
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 @@ -12,7 +12,7 @@ end
group :test do
# gem 'json', '~> 1.7', :platforms => [:jruby] look TODO needed?
gem 'minitest', '~> 5.25.2'
gem 'mocha', '~> 2.6.0'
gem 'mocha', '~> 2.6.1'
gem 'rack', '~> 3.1.8'
gem 'netrc', '~> 0.11.0'
gem 'rack-test', '~> 2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
faraday-rack (2.0.0)
faraday (~> 2.0)
minitest (5.25.2)
mocha (2.6.0)
mocha (2.6.1)
ruby2_keywords (>= 0.0.5)
multipart-post (2.3.0)
netrc (0.11.0)
Expand Down Expand Up @@ -66,7 +66,7 @@ DEPENDENCIES
faraday-rack (~> 2)
looker-sdk!
minitest (~> 5.25.2)
mocha (~> 2.6.0)
mocha (~> 2.6.1)
netrc (~> 0.11.0)
rack (~> 3.1.8)
rack-test (~> 2)
Expand Down

0 comments on commit 497cd86

Please sign in to comment.