Skip to content

Commit e251dfc

Browse files
committed
Release v0.48.0
1 parent 0a88599 commit e251dfc

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Gemfile.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
codeclimate (0.47.0)
4+
codeclimate (0.48.0)
55
activesupport (>= 4.2.1, < 5.1)
66
codeclimate-yaml (~> 0.11.0)
77
highline (~> 1.7, >= 1.7.2)
@@ -19,19 +19,19 @@ GEM
1919
i18n (~> 0.7)
2020
minitest (~> 5.1)
2121
tzinfo (~> 1.1)
22-
builder (3.2.2)
23-
codeclimate-test-reporter (1.0.3)
22+
builder (3.2.3)
23+
codeclimate-test-reporter (1.0.5)
2424
simplecov
2525
codeclimate-yaml (0.11.0)
2626
activesupport
2727
secure_string
2828
coderay (1.1.1)
2929
concurrent-ruby (1.0.4)
30-
diff-lcs (1.2.5)
30+
diff-lcs (1.3)
3131
docile (1.1.5)
3232
highline (1.7.8)
33-
i18n (0.7.0)
34-
json (1.8.3)
33+
i18n (0.8.0)
34+
json (2.0.3)
3535
method_source (0.8.2)
3636
minitest (5.10.1)
3737
posix-spawn (0.3.13)
@@ -40,28 +40,28 @@ GEM
4040
method_source (~> 0.8.1)
4141
slop (~> 3.4)
4242
rainbow (2.2.1)
43-
rake (10.4.2)
43+
rake (12.0.0)
4444
redcarpet (3.4.0)
45-
rspec (3.4.0)
46-
rspec-core (~> 3.4.0)
47-
rspec-expectations (~> 3.4.0)
48-
rspec-mocks (~> 3.4.0)
49-
rspec-core (3.4.2)
50-
rspec-support (~> 3.4.0)
51-
rspec-expectations (3.4.0)
45+
rspec (3.5.0)
46+
rspec-core (~> 3.5.0)
47+
rspec-expectations (~> 3.5.0)
48+
rspec-mocks (~> 3.5.0)
49+
rspec-core (3.5.4)
50+
rspec-support (~> 3.5.0)
51+
rspec-expectations (3.5.0)
5252
diff-lcs (>= 1.2.0, < 2.0)
53-
rspec-support (~> 3.4.0)
54-
rspec-mocks (3.4.1)
53+
rspec-support (~> 3.5.0)
54+
rspec-mocks (3.5.0)
5555
diff-lcs (>= 1.2.0, < 2.0)
56-
rspec-support (~> 3.4.0)
57-
rspec-support (3.4.1)
56+
rspec-support (~> 3.5.0)
57+
rspec-support (3.5.0)
5858
rspec_junit_formatter (0.2.3)
5959
builder (< 4)
6060
rspec-core (>= 2, < 4, != 2.12.0)
6161
secure_string (1.3.3)
62-
simplecov (0.11.2)
62+
simplecov (0.13.0)
6363
docile (~> 1.1.0)
64-
json (~> 1.8)
64+
json (>= 1.8, < 3)
6565
simplecov-html (~> 0.10.0)
6666
simplecov-html (0.10.0)
6767
slop (3.6.0)
@@ -82,4 +82,4 @@ DEPENDENCIES
8282
simplecov
8383

8484
BUNDLED WITH
85-
1.14.2
85+
1.14.3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.47.0
1+
0.48.0

0 commit comments

Comments
 (0)