Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ gem 'simplecov-lcov', require: false
# Moved out of the development group to avoid an error in every rake execution
# caused by lib/tasks/doc.rake (at least until we figure out a cleaner
# solution)
gem 'yard', '~> 0.9.0'
gem 'yard', '~> 0.9.42'
group :development do
gem 'ruby-graphviz'
gem 'state_machines-yard'
Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -382,15 +382,13 @@ GEM
unicode-display_width (1.6.1)
warden (1.2.9)
rack (>= 2.0.9)
webrick (1.7.0)
websocket (1.2.9)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.28)
webrick (~> 1.7.0)
yard (0.9.42)
yard-activerecord (0.0.16)
yard (>= 0.8.3)

Expand Down Expand Up @@ -455,7 +453,7 @@ DEPENDENCIES
state_machines-activerecord
state_machines-yard
uglifier
yard (~> 0.9.0)
yard (~> 0.9.42)
yard-activerecord

BUNDLED WITH
Expand Down
Loading