Skip to content

Commit

Permalink
Fix the deprecation warning from highline
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamMcCumstie committed Apr 28, 2020
1 parent 2041986 commit 0075dab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ GEM
zeitwerk (~> 2.2)
byebug (11.1.3)
coderay (1.1.2)
commander-openflighthpc (2.0.1)
highline (~> 1.7.2)
commander-openflighthpc (2.0.2)
highline (> 1.7.2)
paint (~> 2.1.0)
concurrent-ruby (1.1.6)
equatable (0.6.1)
Expand All @@ -19,7 +19,7 @@ GEM
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
hashie (4.1.0)
highline (1.7.10)
highline (2.0.3)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/flight_asset/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
#==============================================================================

module FlightAsset
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit 0075dab

Please sign in to comment.