Skip to content

Commit dfe8f57

Browse files
authored
Merge pull request #7 from Kaspik/master
Update dependencies, bundler and gem version
2 parents 8dd66fd + 53962d8 commit dfe8f57

File tree

3 files changed

+54
-51
lines changed

3 files changed

+54
-51
lines changed

Gemfile.lock

Lines changed: 49 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PATH
22
remote: .
33
specs:
4-
danger-duplicate_localizable_strings (0.0.4)
5-
danger (~> 6.0)
4+
danger-duplicate_localizable_strings (0.1.2)
5+
danger (~> 6.2)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
addressable (2.6.0)
11-
public_suffix (>= 2.0.2, < 4.0)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
1212
ast (2.4.0)
13-
claide (1.0.2)
13+
claide (1.0.3)
1414
claide-plugins (0.9.2)
1515
cork
1616
nap
@@ -19,28 +19,29 @@ GEM
1919
colored2 (3.1.2)
2020
cork (0.3.0)
2121
colored2 (~> 3.1)
22-
danger (6.0.6)
22+
danger (6.2.2)
2323
claide (~> 1.0)
2424
claide-plugins (>= 0.9.2)
2525
colored2 (~> 3.1)
2626
cork (~> 0.1)
2727
faraday (~> 0.9)
28-
faraday-http-cache (~> 1.0)
29-
git (~> 1.5)
28+
faraday-http-cache (~> 2.0)
29+
git (~> 1.6)
3030
kramdown (~> 2.0)
3131
kramdown-parser-gfm (~> 1.0)
3232
no_proxy_fix
3333
octokit (~> 4.7)
3434
terminal-table (~> 1)
3535
diff-lcs (1.3)
36-
faraday (0.15.4)
36+
faraday (0.17.3)
3737
multipart-post (>= 1.2, < 3)
38-
faraday-http-cache (1.3.1)
38+
faraday-http-cache (2.0.0)
3939
faraday (~> 0.8)
40-
ffi (1.10.0)
40+
ffi (1.12.2)
4141
formatador (0.2.5)
42-
git (1.5.0)
43-
guard (2.15.0)
42+
git (1.6.0)
43+
rchardet (~> 1.8)
44+
guard (2.16.1)
4445
formatador (>= 0.2.4)
4546
listen (>= 2.7, < 4.0)
4647
lumberjack (>= 1.0.12, < 2.0)
@@ -54,84 +55,86 @@ GEM
5455
guard (~> 2.1)
5556
guard-compat (~> 1.1)
5657
rspec (>= 2.99.0, < 4.0)
57-
jaro_winkler (1.5.2)
58+
jaro_winkler (1.5.4)
5859
kramdown (2.1.0)
59-
kramdown-parser-gfm (1.0.1)
60+
kramdown-parser-gfm (1.1.0)
6061
kramdown (~> 2.0)
6162
listen (3.1.5)
6263
rb-fsevent (~> 0.9, >= 0.9.4)
6364
rb-inotify (~> 0.9, >= 0.9.7)
6465
ruby_dep (~> 1.2)
65-
lumberjack (1.0.13)
66+
lumberjack (1.2.4)
6667
method_source (0.9.2)
67-
multipart-post (2.0.0)
68+
multipart-post (2.1.1)
6869
nap (1.1.0)
6970
nenv (0.3.0)
7071
no_proxy_fix (0.1.2)
71-
notiffany (0.1.1)
72+
notiffany (0.1.3)
7273
nenv (~> 0.1)
7374
shellany (~> 0.0)
74-
octokit (4.14.0)
75+
octokit (4.16.0)
76+
faraday (>= 0.9)
7577
sawyer (~> 0.8.0, >= 0.5.3)
7678
open4 (1.3.4)
77-
parallel (1.17.0)
78-
parser (2.6.3.0)
79+
parallel (1.19.1)
80+
parser (2.7.0.2)
7981
ast (~> 2.4.0)
8082
pry (0.12.2)
8183
coderay (~> 1.1.0)
8284
method_source (~> 0.9.0)
83-
public_suffix (3.0.3)
85+
public_suffix (4.0.3)
8486
rainbow (3.0.0)
85-
rake (12.3.2)
87+
rake (13.0.1)
8688
rb-fsevent (0.10.3)
87-
rb-inotify (0.10.0)
89+
rb-inotify (0.10.1)
8890
ffi (~> 1.0)
89-
rspec (3.8.0)
90-
rspec-core (~> 3.8.0)
91-
rspec-expectations (~> 3.8.0)
92-
rspec-mocks (~> 3.8.0)
93-
rspec-core (3.8.0)
94-
rspec-support (~> 3.8.0)
95-
rspec-expectations (3.8.3)
91+
rchardet (1.8.0)
92+
rspec (3.9.0)
93+
rspec-core (~> 3.9.0)
94+
rspec-expectations (~> 3.9.0)
95+
rspec-mocks (~> 3.9.0)
96+
rspec-core (3.9.1)
97+
rspec-support (~> 3.9.1)
98+
rspec-expectations (3.9.0)
9699
diff-lcs (>= 1.2.0, < 2.0)
97-
rspec-support (~> 3.8.0)
98-
rspec-mocks (3.8.0)
100+
rspec-support (~> 3.9.0)
101+
rspec-mocks (3.9.1)
99102
diff-lcs (>= 1.2.0, < 2.0)
100-
rspec-support (~> 3.8.0)
101-
rspec-support (3.8.0)
102-
rubocop (0.68.1)
103+
rspec-support (~> 3.9.0)
104+
rspec-support (3.9.2)
105+
rubocop (0.79.0)
103106
jaro_winkler (~> 1.5.1)
104107
parallel (~> 1.10)
105-
parser (>= 2.5, != 2.5.1.1)
108+
parser (>= 2.7.0.1)
106109
rainbow (>= 2.2.2, < 4.0)
107110
ruby-progressbar (~> 1.7)
108-
unicode-display_width (>= 1.4.0, < 1.6)
109-
ruby-progressbar (1.10.0)
111+
unicode-display_width (>= 1.4.0, < 1.7)
112+
ruby-progressbar (1.10.1)
110113
ruby_dep (1.5.0)
111114
sawyer (0.8.2)
112115
addressable (>= 2.3.5)
113116
faraday (> 0.8, < 2.0)
114117
shellany (0.0.1)
115118
terminal-table (1.8.0)
116119
unicode-display_width (~> 1.1, >= 1.1.1)
117-
thor (0.20.3)
118-
unicode-display_width (1.5.0)
119-
yard (0.9.19)
120+
thor (1.0.1)
121+
unicode-display_width (1.6.1)
122+
yard (0.9.24)
120123

121124
PLATFORMS
122125
ruby
123126

124127
DEPENDENCIES
125-
bundler (~> 2.0)
128+
bundler (~> 2.1)
126129
danger-duplicate_localizable_strings!
127130
guard (~> 2.15)
128131
guard-rspec (~> 4.7)
129132
listen (= 3.1.5)
130133
pry
131-
rake (~> 12.0)
134+
rake (~> 13.0)
132135
rspec (~> 3.8)
133-
rubocop (~> 0.68)
136+
rubocop (~> 0.79)
134137
yard (~> 0.9)
135138

136139
BUNDLED WITH
137-
2.0.1
140+
2.1.4

danger-duplicate_localizable_strings.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ Gem::Specification.new do |spec|
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ['lib']
2020

21-
spec.add_runtime_dependency 'danger', '~> 6.0'
21+
spec.add_runtime_dependency 'danger', '~> 6.2'
2222

2323
# General ruby development
24-
spec.add_development_dependency 'bundler', '~> 2.0'
25-
spec.add_development_dependency 'rake', '~> 12.0'
24+
spec.add_development_dependency 'bundler', '~> 2.1'
25+
spec.add_development_dependency 'rake', '~> 13.0'
2626

2727
# Testing support
2828
spec.add_development_dependency 'rspec', '~> 3.8'
2929

3030
# Linting code and docs
31-
spec.add_development_dependency "rubocop", "~> 0.68"
31+
spec.add_development_dependency "rubocop", "~> 0.79"
3232
spec.add_development_dependency "yard", "~> 0.9"
3333

3434
# Makes testing easy via `bundle exec guard`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module DuplicateLocalizableStrings
2-
VERSION = '0.1.0'.freeze
2+
VERSION = '0.1.2'.freeze
33
end

0 commit comments

Comments
 (0)