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 ea682d4 commit bbca343
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ 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', path: '../core-data-connector'
gem 'core_data_connector', git: 'https://github.com/performant-software/core-data-connector.git', tag: 'v0.1.63'

# IIIF
gem 'triple_eye_effable', git: 'https://github.com/performant-software/triple-eye-effable.git', tag: 'v0.2.1'
Expand Down
46 changes: 25 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
GIT
remote: https://github.com/performant-software/core-data-connector.git
revision: bbf889aba98200cf0efc35f3751ffae558ee9d9e
tag: v0.1.63
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 @@ -44,26 +66,6 @@ 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 @@ -156,6 +158,8 @@ 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 Expand Up @@ -250,7 +254,7 @@ GEM
rake (13.0.6)
reline (0.3.8)
io-console (~> 0.5)
rexml (3.3.7)
rexml (3.3.8)
rgeo (3.0.1)
rgeo-activerecord (7.0.1)
activerecord (>= 5.0)
Expand Down

0 comments on commit bbca343

Please sign in to comment.