Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #53 from levups/dependabot/bundler/standard-tw-0.1.0
Browse files Browse the repository at this point in the history
Update standard requirement from ~> 0.0.39 to ~> 0.1.0
  • Loading branch information
czj authored Jul 22, 2019
2 parents be54b4f + 6ab5ed5 commit 409a07c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,32 +51,33 @@ GEM
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
psych (3.1.0)
public_suffix (3.0.3)
rainbow (3.0.0)
rake (12.3.3)
retriable (2.1.0)
rubocop (0.67.2)
rubocop (0.72.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.4.0)
rubocop (>= 0.71.0)
ruby-progressbar (1.10.1)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
standard (0.0.41)
rubocop (~> 0.67.1)
standard (0.1.0)
rubocop (~> 0.72.0)
rubocop-performance (~> 1.4.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unicode-display_width (1.5.0)
unicode-display_width (1.6.0)

PLATFORMS
ruby
Expand All @@ -88,7 +89,7 @@ DEPENDENCIES
minitest (~> 5.0)
minitest-stub_any_instance (~> 1.0)
rake (~> 12.3)
standard (~> 0.0.39)
standard (~> 0.1.0)

BUNDLED WITH
2.0.1
2 changes: 1 addition & 1 deletion fuel_surcharge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "minitest-stub_any_instance", "~> 1.0"
spec.add_development_dependency "rake", "~> 12.3"
spec.add_development_dependency "standard", "~> 0.0.39"
spec.add_development_dependency "standard", "~> 0.1.0"
end

0 comments on commit 409a07c

Please sign in to comment.