Skip to content

Commit

Permalink
Merge pull request #4 from leonhartX/update-dependency
Browse files Browse the repository at this point in the history
update gem
  • Loading branch information
leonhartX authored Jun 28, 2018
2 parents 4fe7fe7 + e8f6553 commit a66a8e2
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cache:
- bundle

rvm:
- 2.0
- 2.2
- 2.3.1

script:
Expand Down
60 changes: 33 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PATH
remote: .
specs:
danger-lgtm (1.0.0)
danger-lgtm (1.0.1)
danger-plugin-api (~> 1.0)

GEM
remote: https://rubygems.org/
specs:
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
ast (2.3.0)
claide (1.0.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
claide (1.0.2)
claide-plugins (0.9.2)
cork
nap
Expand All @@ -19,7 +19,7 @@ GEM
colored2 (3.1.2)
cork (0.3.0)
colored2 (~> 3.1)
danger (5.1.1)
danger (5.6.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -28,18 +28,19 @@ GEM
faraday-http-cache (~> 1.0)
git (~> 1)
kramdown (~> 1.5)
octokit (~> 4.2)
no_proxy_fix
octokit (~> 4.7)
terminal-table (~> 1)
danger-plugin-api (1.0.0)
danger (> 2.0)
diff-lcs (1.3)
faraday (0.12.1)
faraday (0.15.2)
multipart-post (>= 1.2, < 3)
faraday-http-cache (1.3.1)
faraday (~> 0.8)
ffi (1.9.18)
formatador (0.2.5)
git (1.3.0)
git (1.4.0)
guard (2.14.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
Expand All @@ -54,7 +55,8 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
kramdown (1.13.2)
jaro_winkler (1.5.1)
kramdown (1.17.0)
listen (3.0.7)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
Expand All @@ -63,21 +65,23 @@ GEM
multipart-post (2.0.0)
nap (1.1.0)
nenv (0.3.0)
no_proxy_fix (0.1.2)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
octokit (4.7.0)
octokit (4.9.0)
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
parser (2.4.0.0)
ast (~> 2.2)
powerpack (0.1.1)
parallel (1.12.1)
parser (2.5.1.0)
ast (~> 2.4.0)
powerpack (0.1.2)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
public_suffix (2.0.5)
rainbow (2.2.1)
public_suffix (3.0.2)
rainbow (3.0.0)
rake (10.5.0)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
Expand All @@ -95,23 +99,25 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubocop (0.47.1)
parser (>= 2.3.3.1, < 3.0)
rubocop (0.57.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
ruby-progressbar (1.9.0)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
shellany (0.0.1)
slop (3.6.0)
terminal-table (1.7.3)
unicode-display_width (~> 1.1.1)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.19.4)
unicode-display_width (1.1.3)
yard (0.9.8)
unicode-display_width (1.4.0)
yard (0.9.14)

PLATFORMS
ruby
Expand All @@ -125,8 +131,8 @@ DEPENDENCIES
pry
rake (~> 10.0)
rspec (~> 3.4)
rubocop (~> 0.41)
yard (~> 0.8)
rubocop (~> 0.49)
yard (~> 0.9.11)

BUNDLED WITH
1.15.0
1.15.4
4 changes: 2 additions & 2 deletions danger-lgtm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.4'

# Linting code and docs
spec.add_development_dependency "rubocop", "~> 0.41"
spec.add_development_dependency "yard", "~> 0.8"
spec.add_development_dependency "rubocop", "~> 0.49"
spec.add_development_dependency "yard", "~> 0.9.11"

# Makes testing easy via `bundle exec guard`
spec.add_development_dependency 'guard', '~> 2.14'
Expand Down
2 changes: 1 addition & 1 deletion lib/lgtm/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Lgtm
VERSION = '1.0.0'.freeze
VERSION = '1.0.1'.freeze
end
2 changes: 1 addition & 1 deletion spec/lgtm_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require File.expand_path('../spec_helper', __FILE__)
require File.expand_path('spec_helper', __dir__)

module Danger
describe Danger::DangerLgtm do
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

require 'pathname'
ROOT = Pathname.new(File.expand_path('../../', __FILE__))
ROOT = Pathname.new(File.expand_path('..', __dir__))
$LOAD_PATH.unshift((ROOT + 'lib').to_s)
$LOAD_PATH.unshift((ROOT + 'spec').to_s)

Expand Down

0 comments on commit a66a8e2

Please sign in to comment.