Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mocha from 1.12.0 to 2.0.1 #525

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "cli-ui", "~> 1.4"
gem "thor", "~> 1.1"

group :test do
gem "mocha", "~> 1.12"
gem "mocha", "~> 2.0"
gem 'minitest'
gem 'minitest-reporters'
end
Expand Down
33 changes: 26 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,29 @@ GEM
escape (0.0.4)
ethon (0.12.0)
ffi (>= 1.3.0)
faraday (1.3.0)
faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.14.2)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
Expand Down Expand Up @@ -159,7 +177,8 @@ GEM
builder
minitest (>= 5.0)
ruby-progressbar
mocha (1.12.0)
mocha (2.0.1)
ruby2_keywords (>= 0.0.5)
molinillo (0.6.6)
multi_json (1.15.0)
multi_test (0.1.2)
Expand All @@ -168,7 +187,7 @@ GEM
nap (1.1.0)
naturally (2.2.0)
netrc (0.11.0)
octokit (4.20.0)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
os (1.1.1)
Expand Down Expand Up @@ -207,7 +226,7 @@ GEM
rubocop
ruby-macho (1.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.2)
ruby2_keywords (0.0.5)
rubyzip (2.3.0)
sawyer (0.8.2)
addressable (>= 2.3.5)
Expand Down Expand Up @@ -251,7 +270,7 @@ DEPENDENCIES
highline (~> 2.0)
minitest
minitest-reporters
mocha (~> 1.12)
mocha (~> 2.0)
octokit (~> 4.20)
rake (~> 13.0)
rubocop (~> 1.8.1)
Expand Down