From 959f3b7dce1034ec32bd7adb4b898e8ff44cb6f0 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sun, 3 May 2020 21:24:14 +0200 Subject: [PATCH] fix Gemfile.lock --- Gemfile.lock | 2 +- lib/bolognese/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ad47835d..15d5929e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bolognese (1.5.20) + bolognese (1.5.21) activesupport (>= 4.2.5) benchmark_methods (~> 0.7) bibtex-ruby (>= 5.1.0) diff --git a/lib/bolognese/version.rb b/lib/bolognese/version.rb index fc0ceee1..8e81b807 100644 --- a/lib/bolognese/version.rb +++ b/lib/bolognese/version.rb @@ -1,3 +1,3 @@ module Bolognese - VERSION = "1.5.20" + VERSION = "1.5.21" end