diff --git a/Gemfile.lock b/Gemfile.lock index f1914a0..2acb85b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,4 +57,4 @@ DEPENDENCIES tty-table BUNDLED WITH - 1.17.3 + 2.1.4 diff --git a/README.md b/README.md index 7400eff..a27e1ff 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/lib/flight_asset/version.rb b/lib/flight_asset/version.rb index c88642d..3008855 100644 --- a/lib/flight_asset/version.rb +++ b/lib/flight_asset/version.rb @@ -26,6 +26,6 @@ #============================================================================== module FlightAsset - VERSION = '0.1.0' + VERSION = '0.1.1' end