From 932672f3445ddf2bcd5d218c6aa47353de69f998 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sat, 29 Apr 2023 13:37:01 +0300 Subject: [PATCH] bump version --- Gemfile.lock | 7 +++++-- lib/motor/version.rb | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index df34b0f7..97d6fbc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - motor-admin (0.4.14) + motor-admin (0.4.16) ar_lazy_preload (~> 1.0) audited (~> 5.0) cancancan (~> 3.0) @@ -84,8 +84,9 @@ GEM ar_lazy_preload (1.1.2) rails (>= 5.2) ast (2.4.2) - audited (5.3.2) + audited (5.3.3) activerecord (>= 5.0, < 7.1) + request_store (~> 1.2) aws-eventstream (1.2.0) aws-partitions (1.684.0) aws-sdk-core (3.168.4) @@ -245,6 +246,8 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.6.1) + request_store (1.5.1) + rack (>= 1.4) responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) diff --git a/lib/motor/version.rb b/lib/motor/version.rb index 439696e6..8434094f 100644 --- a/lib/motor/version.rb +++ b/lib/motor/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Motor - VERSION = '0.4.14' + VERSION = '0.4.16' end