Skip to content

Commit

Permalink
Update Ruby dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Oct 27, 2017
1 parent 3895676 commit 9b44877
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 22 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -4,7 +4,7 @@ gemspec

group :development do
# Code style
gem 'rubocop'
gem 'rubocop', '0.49.0'

# Tests
gem 'bacon'
Expand All @@ -14,9 +14,9 @@ group :development do
gem 'webmock'

# Integration tests
gem 'diffy'
gem 'clintegracon', '0.7.0'

gem 'diffy'

# Code Review
gem 'danger'
end
44 changes: 25 additions & 19 deletions Gemfile.lock
Expand Up @@ -15,13 +15,13 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.5)
activesupport (4.2.9)
activesupport (4.2.10)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.3.0)
bacon (1.2.0)
claide (1.0.2)
Expand Down Expand Up @@ -67,11 +67,12 @@ GEM
cocoapods-try (1.1.0)
colored (1.2)
colored2 (3.1.2)
concurrent-ruby (1.0.5)
cork (0.3.0)
colored2 (~> 3.1)
crack (0.4.3)
safe_yaml (~> 1.0.0)
danger (5.2.2)
danger (5.5.3)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -80,11 +81,12 @@ GEM
faraday-http-cache (~> 1.0)
git (~> 1)
kramdown (~> 1.5)
octokit (~> 4.2)
no_proxy_fix
octokit (~> 4.7)
terminal-table (~> 1)
diffy (3.2.0)
escape (0.0.4)
faraday (0.12.1)
faraday (0.13.1)
multipart-post (>= 1.2, < 3)
faraday-http-cache (1.3.1)
faraday (~> 0.8)
Expand All @@ -93,13 +95,14 @@ GEM
fuzzy_match (2.0.4)
gh_inspector (1.0.3)
git (1.3.0)
hashdiff (0.3.4)
i18n (0.8.6)
kramdown (1.13.2)
hashdiff (0.3.7)
i18n (0.9.0)
concurrent-ruby (~> 1.0)
kramdown (1.15.0)
liferaft (0.0.6)
metaclass (0.0.4)
minitest (5.10.3)
mocha (1.2.1)
mocha (1.3.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.3)
mocha (>= 0.13.0)
Expand All @@ -109,15 +112,17 @@ GEM
nanaimo (0.2.3)
nap (1.1.0)
netrc (0.11.0)
no_proxy_fix (0.1.2)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
parallel (1.12.0)
parser (2.4.0.0)
ast (~> 2.2)
powerpack (0.1.1)
prettybacon (0.0.2)
bacon (~> 1.2)
public_suffix (2.0.5)
public_suffix (3.0.0)
rainbow (2.2.2)
rake
rake (10.5.0)
Expand All @@ -126,16 +131,17 @@ GEM
ffi (>= 0.5.0, < 2)
redcarpet (3.4.0)
rouge (1.11.1)
rubocop (0.48.1)
rubocop (0.49.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-macho (1.1.0)
ruby-progressbar (1.8.1)
ruby-progressbar (1.9.0)
safe_yaml (1.0.4)
sass (3.5.1)
sass (3.5.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -147,16 +153,16 @@ GEM
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tzinfo (1.2.3)
tzinfo (1.2.4)
thread_safe (~> 0.1)
unicode-display_width (1.2.1)
webmock (3.0.1)
unicode-display_width (1.3.0)
webmock (3.1.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.5.2)
xcodeproj (1.5.3)
CFPropertyList (~> 2.3.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
Expand All @@ -176,7 +182,7 @@ DEPENDENCIES
mocha-on-bacon
prettybacon
rake (~> 10.3)
rubocop
rubocop (= 0.49.0)
webmock

BUNDLED WITH
Expand Down

0 comments on commit 9b44877

Please sign in to comment.