Skip to content

Commit becc31c

Browse files
authored
Release v0.36.0 (qltysh#489)
1 parent e1f3629 commit becc31c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
codeclimate (0.35.2)
5-
activesupport (~> 4.2, >= 4.2.1)
4+
codeclimate (0.36.0)
5+
activesupport (>= 4.2.1, < 5.1)
66
codeclimate-yaml (~> 0.9.0)
77
highline (~> 1.7, >= 1.7.2)
88
posix-spawn (~> 0.3, >= 0.3.11)
@@ -14,11 +14,10 @@ PATH
1414
GEM
1515
remote: https://rubygems.org/
1616
specs:
17-
activesupport (4.2.6)
17+
activesupport (5.0.0.1)
18+
concurrent-ruby (~> 1.0, >= 1.0.2)
1819
i18n (~> 0.7)
19-
json (~> 1.7, >= 1.7.7)
2020
minitest (~> 5.1)
21-
thread_safe (~> 0.3, >= 0.3.4)
2221
tzinfo (~> 1.1)
2322
builder (3.2.2)
2423
codeclimate-test-reporter (0.4.8)
@@ -27,6 +26,7 @@ GEM
2726
activesupport
2827
secure_string
2928
coderay (1.1.1)
29+
concurrent-ruby (1.0.2)
3030
diff-lcs (1.2.5)
3131
docile (1.1.5)
3232
highline (1.7.8)
@@ -35,7 +35,7 @@ GEM
3535
method_source (0.8.2)
3636
minitest (5.9.0)
3737
posix-spawn (0.3.11)
38-
pry (0.10.3)
38+
pry (0.10.4)
3939
coderay (~> 1.1.0)
4040
method_source (~> 0.8.1)
4141
slop (~> 3.4)
@@ -81,4 +81,4 @@ DEPENDENCIES
8181
rspec_junit_formatter
8282

8383
BUNDLED WITH
84-
1.11.2
84+
1.12.5

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.35.2
1+
0.36.0

0 commit comments

Comments
 (0)