From 1d4ffce3f2c55f9852dd9672603c0da1a18b4d87 Mon Sep 17 00:00:00 2001 From: Tricia Jenkins Date: Tue, 1 Feb 2022 10:49:22 -0700 Subject: [PATCH 1/2] Bump dependencies Bump i18n from 1.9.0 to 1.9.1 https://github.com/ruby-i18n/i18n/releases Bump faraday from 2.0.0 to 2.1.0 https://github.com/lostisland/faraday/releases/tag/v2.1.0 --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0f0e6ce..47ece0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,8 +120,10 @@ GEM dot-properties (0.1.3) erubi (1.10.0) execjs (2.7.0) - faraday (2.0.0) + faraday (2.1.0) + faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) + faraday-net_http (2.0.1) ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) From 6603dfe7546f9b40b236d7a47f546a2d7957c3df Mon Sep 17 00:00:00 2001 From: Tricia Jenkins Date: Tue, 1 Feb 2022 10:56:13 -0700 Subject: [PATCH 2/2] Bump CHANGELOG and VERSION for 1.0.72 release --- CHANGELOG.md | 9 ++++++++- config/application.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea57504..ca2f29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,14 @@ and releases in NEOSDiscovery project adheres to [Semantic Versioning](http://se ## [Unreleased] -## [1.0.71] - 2022-02-04 +## [1.0.72] - 2022-02-01 + +### Changed +- dependency bumps for maintenance +### Fixed +- faraday configuration error + +## [1.0.71] - 2022-01-04 ### Changed - dependency bumps for maintenance diff --git a/config/application.rb b/config/application.rb index 0c20515..affdd41 100644 --- a/config/application.rb +++ b/config/application.rb @@ -7,7 +7,7 @@ Bundler.require(*Rails.groups) module SearchApp - VERSION = '1.0.71'.freeze # used in application layout meta generator tag + VERSION = '1.0.72'.freeze # used in application layout meta generator tag class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here.