Skip to content

Commit 66d6322

Browse files
authored
Merge pull request #49 from raszi/update-bundler
chore: udpate bundler
2 parents 2e67b84 + fd2f366 commit 66d6322

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ rvm:
77
addons:
88
code_climate:
99
repo_token: 45cd2174f49b570406e294ff393d456c4ae8532cf16dd6430abb06d8a0722a28
10+
before_install:
11+
- gem update --system
1012
after_success:
1113
- bundle exec codeclimate-test-reporter

Gemfile.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
addressable (2.6.0)
12-
public_suffix (>= 2.0.2, < 4.0)
11+
addressable (2.7.0)
12+
public_suffix (>= 2.0.2, < 5.0)
1313
ast (2.4.0)
1414
byebug (11.0.1)
1515
codeclimate-test-reporter (1.0.9)
@@ -23,13 +23,13 @@ GEM
2323
multipart-post (>= 1.2, < 3)
2424
faraday_middleware (0.13.1)
2525
faraday (>= 0.7.4, < 1.0)
26-
hashdiff (0.3.8)
27-
jaro_winkler (1.5.2)
26+
hashdiff (1.0.0)
27+
jaro_winkler (1.5.4)
2828
json (2.2.0)
2929
method_source (0.9.2)
30-
multipart-post (2.0.0)
31-
parallel (1.14.0)
32-
parser (2.6.2.0)
30+
multipart-post (2.1.1)
31+
parallel (1.19.1)
32+
parser (2.6.5.0)
3333
ast (~> 2.4.0)
3434
pry (0.12.2)
3535
coderay (~> 1.1.0)
@@ -38,22 +38,22 @@ GEM
3838
byebug (~> 11.0)
3939
pry (~> 0.10)
4040
psych (3.1.0)
41-
public_suffix (3.0.3)
41+
public_suffix (4.0.1)
4242
rainbow (3.0.0)
43-
rake (12.3.2)
44-
rspec (3.8.0)
45-
rspec-core (~> 3.8.0)
46-
rspec-expectations (~> 3.8.0)
47-
rspec-mocks (~> 3.8.0)
48-
rspec-core (3.8.0)
49-
rspec-support (~> 3.8.0)
50-
rspec-expectations (3.8.2)
43+
rake (12.3.3)
44+
rspec (3.9.0)
45+
rspec-core (~> 3.9.0)
46+
rspec-expectations (~> 3.9.0)
47+
rspec-mocks (~> 3.9.0)
48+
rspec-core (3.9.0)
49+
rspec-support (~> 3.9.0)
50+
rspec-expectations (3.9.0)
5151
diff-lcs (>= 1.2.0, < 2.0)
52-
rspec-support (~> 3.8.0)
53-
rspec-mocks (3.8.0)
52+
rspec-support (~> 3.9.0)
53+
rspec-mocks (3.9.0)
5454
diff-lcs (>= 1.2.0, < 2.0)
55-
rspec-support (~> 3.8.0)
56-
rspec-support (3.8.0)
55+
rspec-support (~> 3.9.0)
56+
rspec-support (3.9.0)
5757
rubocop (0.66.0)
5858
jaro_winkler (~> 1.5.1)
5959
parallel (~> 1.10)
@@ -62,18 +62,18 @@ GEM
6262
rainbow (>= 2.2.2, < 4.0)
6363
ruby-progressbar (~> 1.7)
6464
unicode-display_width (>= 1.4.0, < 1.6)
65-
ruby-progressbar (1.10.0)
65+
ruby-progressbar (1.10.1)
6666
safe_yaml (1.0.5)
6767
simplecov (0.13.0)
6868
docile (~> 1.1.0)
6969
json (>= 1.8, < 3)
7070
simplecov-html (~> 0.10.0)
7171
simplecov-html (0.10.2)
7272
unicode-display_width (1.5.0)
73-
webmock (3.5.1)
73+
webmock (3.7.6)
7474
addressable (>= 2.3.6)
7575
crack (>= 0.3.2)
76-
hashdiff
76+
hashdiff (>= 0.4.0, < 2.0.0)
7777

7878
PLATFORMS
7979
ruby
@@ -89,4 +89,4 @@ DEPENDENCIES
8989
webmock (~> 3.1)
9090

9191
BUNDLED WITH
92-
1.17.2
92+
1.17.3

0 commit comments

Comments
 (0)