diff --git a/Gemfile b/Gemfile index 54e7e42a6..d1400abbf 100644 --- a/Gemfile +++ b/Gemfile @@ -125,7 +125,7 @@ group :development do gem "pry", "~> 0.13" # An IRB alternative and runtime developer console gem "pry-rails", "~> 0.3" # Use Pry as your rails console gem "web-console", "~> 4.1" # Rails Console on the Browser - gem "yard", "~> 0.9.25" # YARD is a documentation generation tool for the Ruby programming language + gem "yard", "~> 0.9.26" # YARD is a documentation generation tool for the Ruby programming language gem "yard-activerecord", "~> 0.0.16" # YARD extension that handles and interprets methods used when developing applications with ActiveRecord gem "yard-activesupport-concern", "~> 0.0.1" # YARD extension that brings support for modules making use of ActiveSupport::Concern end diff --git a/Gemfile.lock b/Gemfile.lock index 7cd165d7e..7d3f26ebf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -814,7 +814,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yajl-ruby (1.4.1) - yard (0.9.25) + yard (0.9.26) yard-activerecord (0.0.16) yard (>= 0.8.3) yard-activesupport-concern (0.0.1) @@ -973,7 +973,7 @@ DEPENDENCIES webdrivers (~> 4.4) webmock (~> 3.11) webpacker (~> 5.2.1) - yard (~> 0.9.25) + yard (~> 0.9.26) yard-activerecord (~> 0.0.16) yard-activesupport-concern (~> 0.0.1) zonebie (~> 0.6.1) diff --git a/vendor/cache/yard-0.9.25.gem b/vendor/cache/yard-0.9.25.gem deleted file mode 100644 index d5068ad11..000000000 Binary files a/vendor/cache/yard-0.9.25.gem and /dev/null differ diff --git a/vendor/cache/yard-0.9.26.gem b/vendor/cache/yard-0.9.26.gem new file mode 100644 index 000000000..d0adf7624 Binary files /dev/null and b/vendor/cache/yard-0.9.26.gem differ