Skip to content

Commit

Permalink
Update the requirements for flight-runway v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamMcCumstie committed Apr 22, 2020
1 parent d7f028d commit 29b6f67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ DEPENDENCIES
tty-table

BUNDLED WITH
1.17.3
2.1.4
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This command line utility manages Alces Flight Center assets including the follo

The application requires a modern(ish) version of `ruby`/`bundler`. It has been designed with the following versions in mind:
* centos7
* ruby 2.6.1
* bundler 1.17.3
* ruby 2.7.1
* bundler 2.1.4

After downloading the source code (via git or other means), the gems need to be installed using bundler:

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.1.0'
VERSION = '0.1.1'
end

0 comments on commit 29b6f67

Please sign in to comment.