diff --git a/Gemfile b/Gemfile index b63f546d..6852a4c3 100644 --- a/Gemfile +++ b/Gemfile @@ -37,13 +37,13 @@ gem 'resource_api', git: 'https://github.com/performant-software/resource-api.gi gem 'jwt_auth', git: 'https://github.com/performant-software/jwt-auth.git', tag: 'v0.1.3' # Core data -gem 'core_data_connector', git: 'https://github.com/performant-software/core-data-connector.git', tag: 'v0.1.110' +gem 'core_data_connector', git: 'https://github.com/performant-software/core-data-connector.git', tag: 'v0.1.111' # IIIF gem 'triple_eye_effable', git: 'https://github.com/performant-software/triple-eye-effable.git', tag: 'v0.2.7' # User defined fields -gem 'user_defined_fields', git: 'https://github.com/performant-software/user-defined-fields.git', tag: 'v0.1.14' +gem 'user_defined_fields', git: 'https://github.com/performant-software/user-defined-fields.git', tag: 'v0.1.15' # Fuzzy dates gem 'fuzzy_dates', git: 'https://github.com/performant-software/fuzzy-dates.git', tag: 'v0.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index e5df21e5..d6c003d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,8 +59,8 @@ GIT GIT remote: https://github.com/performant-software/user-defined-fields.git - revision: 9799f151ab51506eef42177c756b762060a9838a - tag: v0.1.14 + revision: 3fe09c999fa5193e8de9e1253e60d25c95a40af8 + tag: v0.1.15 specs: user_defined_fields (0.1.0) rails (>= 6.0.3.2, < 9)