We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9efc4d5 + f474a59 commit 8974e20Copy full SHA for 8974e20
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- codeclimate_diff (0.1.10)
+ codeclimate_diff (0.1.13)
5
colorize
6
json
7
optparse
@@ -45,7 +45,7 @@ GEM
45
http-cookie (>= 1.0.2, < 2.0)
46
mime-types (>= 1.16, < 4.0)
47
netrc (~> 0.8)
48
- rexml (3.2.5)
+ rexml (3.3.8)
49
rspec (3.11.0)
50
rspec-core (~> 3.11.0)
51
rspec-expectations (~> 3.11.0)
@@ -92,4 +92,4 @@ DEPENDENCIES
92
rubocop (~> 1.21)
93
94
BUNDLED WITH
95
- 2.5.11
+ 2.5.20
lib/codeclimate_diff/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module CodeclimateDiff
- VERSION = "0.1.10"
+ VERSION = "0.1.13"
end
0 commit comments