We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463c5c1 commit 322b4b3Copy full SHA for 322b4b3
Gemfile
@@ -30,7 +30,7 @@ gem 'haml', '5.2.2'
30
gem 'jira-ruby', '2.3.0'
31
gem 'mail', '2.8.1'
32
gem 'matrix', '0.4.2'
33
-gem 'mocha', '2.5.0', require: false
+gem 'mocha', '2.6.0', require: false
34
gem 'net-smtp', '0.5.0'
35
gem 'nokogiri', '1.16.7'
36
gem 'octokit', '9.2.0'
Gemfile.lock
@@ -92,7 +92,7 @@ GEM
92
mini_mime (1.1.5)
93
mini_portile2 (2.8.7)
94
minitest (5.22.2)
95
- mocha (2.5.0)
+ mocha (2.6.0)
96
ruby2_keywords (>= 0.0.5)
97
multi_json (1.15.0)
98
multi_xml (0.7.1)
@@ -250,7 +250,7 @@ DEPENDENCIES
250
jira-ruby (= 2.3.0)
251
mail (= 2.8.1)
252
matrix (= 0.4.2)
253
- mocha (= 2.5.0)
+ mocha (= 2.6.0)
254
net-smtp (= 0.5.0)
255
nokogiri (= 1.16.7)
256
octokit (= 9.2.0)
0 commit comments