From 29b6f679b1f1f6909fe62bcd56d7564dde0c090f Mon Sep 17 00:00:00 2001 From: William McCumsite Date: Wed, 22 Apr 2020 13:31:20 +0100 Subject: [PATCH] Update the requirements for flight-runway v1.1.0 --- Gemfile.lock | 2 +- README.md | 4 ++-- lib/flight_asset/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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