Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 456b299

Browse files
authored
Merge pull request #170 from jtarchie/update-deps
Update Deps
2 parents e798739 + f70c0f4 commit 456b299

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ example/
44
bin
55
.secrets.yml
66
test_pipeline.yml
7+
.vscode/

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.1.5)
4+
activesupport (5.2.0)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (~> 0.7)
6+
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
addressable (2.5.2)
@@ -34,7 +34,7 @@ GEM
3434
hashdiff (0.3.7)
3535
http_parser.rb (0.6.0)
3636
httpclient (2.8.3)
37-
i18n (0.9.5)
37+
i18n (1.0.0)
3838
concurrent-ruby (~> 1.0)
3939
method_source (0.9.0)
4040
minitest (5.11.3)
@@ -43,7 +43,7 @@ GEM
4343
octokit (4.8.0)
4444
sawyer (~> 0.8.0, >= 0.5.3)
4545
parallel (1.12.1)
46-
parser (2.5.0.4)
46+
parser (2.5.0.5)
4747
ast (~> 2.4.0)
4848
powerpack (0.1.1)
4949
pry (0.11.3)
@@ -72,14 +72,14 @@ GEM
7272
diff-lcs (>= 1.2.0, < 2.0)
7373
rspec-support (~> 3.7.0)
7474
rspec-support (3.7.1)
75-
rubocop (0.53.0)
75+
rubocop (0.54.0)
7676
parallel (~> 1.10)
7777
parser (>= 2.5)
7878
powerpack (~> 0.1)
7979
rainbow (>= 2.2.2, < 4.0)
8080
ruby-progressbar (~> 1.7)
8181
unicode-display_width (~> 1.0, >= 1.0.1)
82-
rubocop-rspec (1.24.0)
82+
rubocop-rspec (1.25.0)
8383
rubocop (>= 0.53.0)
8484
ruby-progressbar (1.9.0)
8585
safe_yaml (1.0.4)

0 commit comments

Comments
 (0)