Skip to content

Commit

Permalink
CDC #308 - Updating "core_data_connector" gem to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Oct 3, 2024
1 parent 71b75c3 commit ea682d4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 25 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ 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.2'

# Core data
gem 'core_data_connector', git: 'https://github.com/performant-software/core-data-connector.git', tag: 'v0.1.62'
#gem 'core_data_connector', git: 'https://github.com/performant-software/core-data-connector.git', tag: 'v0.1.62'
gem 'core_data_connector', path: '../core-data-connector'

# IIIF
gem 'triple_eye_effable', git: 'https://github.com/performant-software/triple-eye-effable.git', tag: 'v0.2.1'
Expand Down
44 changes: 20 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
GIT
remote: https://github.com/performant-software/core-data-connector.git
revision: 5b091181d7fa3329e8a79eb7687263b06a9e0977
tag: v0.1.62
specs:
core_data_connector (0.1.0)
activerecord-postgis-adapter (~> 8.0)
faker
fuzzy_dates
jwt (~> 2.7.1)
jwt_auth
rack-cors (~> 2.0.1)
rails (>= 6.0.3.2, < 8)
resource_api
rexml (~> 3.2)
rgeo-geojson (~> 2.1)
rubyzip (~> 2.3.2)
triple_eye_effable
typesense (~> 0.14)
typhoeus (~> 1.4)
user_defined_fields

GIT
remote: https://github.com/performant-software/fuzzy-dates.git
revision: fa3f237882f9c89888f82af41f6fe2b8ff2281a3
Expand Down Expand Up @@ -66,6 +44,26 @@ GIT
rails (>= 6.0.3.2, < 8)
resource_api

PATH
remote: ../core-data-connector
specs:
core_data_connector (0.1.0)
activerecord-postgis-adapter (~> 8.0)
faker
fuzzy_dates
jwt (~> 2.7.1)
jwt_auth
rack-cors (~> 2.0.1)
rails (>= 6.0.3.2, < 8)
resource_api
rexml (~> 3.2)
rgeo-geojson (~> 2.1)
rubyzip (~> 2.3.2)
triple_eye_effable
typesense (~> 0.14)
typhoeus (~> 1.4)
user_defined_fields

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -158,8 +156,6 @@ GEM
faker (3.4.2)
i18n (>= 1.8.11, < 2)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
globalid (1.1.0)
activesupport (>= 5.0)
httparty (0.20.0)
Expand Down

0 comments on commit ea682d4

Please sign in to comment.