Skip to content

Commit

Permalink
Merge pull request #11 from Kaspik/master
Browse files Browse the repository at this point in the history
Add support for Danger 8.0
  • Loading branch information
paweldudek authored May 6, 2020
2 parents 8f3929a + aeaeaf9 commit aca7d20
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
25 changes: 13 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
danger-duplicate_localizable_strings (0.1.2)
danger (~> 7.0)
danger-duplicate_localizable_strings (0.3.0)
danger (~> 8.0)

GEM
remote: https://rubygems.org/
Expand All @@ -19,14 +19,14 @@ GEM
colored2 (3.1.2)
cork (0.3.0)
colored2 (~> 3.1)
danger (7.0.0)
danger (8.0.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
cork (~> 0.1)
faraday (>= 0.9.0, < 2.0)
faraday-http-cache (~> 2.0)
git (~> 1.6)
git (~> 1.7)
kramdown (~> 2.0)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
Expand All @@ -39,7 +39,7 @@ GEM
faraday (>= 0.8)
ffi (1.12.2)
formatador (0.2.5)
git (1.6.0)
git (1.7.0)
rchardet (~> 1.8)
guard (2.16.2)
formatador (>= 0.2.4)
Expand All @@ -56,7 +56,8 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
jaro_winkler (1.5.4)
kramdown (2.1.0)
kramdown (2.2.1)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
listen (3.1.5)
Expand All @@ -77,15 +78,15 @@ GEM
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
parallel (1.19.1)
parser (2.7.1.1)
parser (2.7.1.2)
ast (~> 2.4.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.4)
rainbow (3.0.0)
rake (13.0.1)
rb-fsevent (0.10.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rchardet (1.8.0)
Expand All @@ -94,15 +95,15 @@ GEM
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rspec-support (3.9.3)
rubocop (0.82.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
Expand All @@ -121,7 +122,7 @@ GEM
unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.0.1)
unicode-display_width (1.7.0)
yard (0.9.24)
yard (0.9.25)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion danger-duplicate_localizable_strings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_runtime_dependency 'danger', '~> 7.0'
spec.add_runtime_dependency 'danger', '~> 8.0'

# General ruby development
spec.add_development_dependency 'bundler', '~> 2.1'
Expand Down
2 changes: 1 addition & 1 deletion lib/duplicate_localizable_strings/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DuplicateLocalizableStrings
VERSION = '0.2.0'.freeze
VERSION = '0.3.0'.freeze
end

0 comments on commit aca7d20

Please sign in to comment.