Skip to content

Commit

Permalink
Merge pull request #337 from performant-software/feature/cdc336_impor…
Browse files Browse the repository at this point in the history
…t_error

CDC #336 - Import error
  • Loading branch information
dleadbetter authored Jan 3, 2025
2 parents 10055c6 + 989b287 commit d237415
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +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.67'
gem 'core_data_connector', git: 'https://github.com/performant-software/core-data-connector.git', tag: 'v0.1.68'

# IIIF
gem 'triple_eye_effable', git: 'https://github.com/performant-software/triple-eye-effable.git', tag: 'v0.2.1'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/performant-software/core-data-connector.git
revision: bbec41fd84a07789cfa0208d34d329bb8ac506cb
tag: v0.1.67
revision: 6b233b7fa06c137b467b52696e3e8d04f2356770
tag: v0.1.68
specs:
core_data_connector (0.1.0)
activerecord-postgis-adapter (~> 8.0)
Expand Down Expand Up @@ -157,9 +157,9 @@ GEM
ffi (>= 1.15.0)
faker (3.5.1)
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)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
globalid (1.1.0)
activesupport (>= 5.0)
httparty (0.20.0)
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
oj (3.16.7)
oj (3.16.9)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
ostruct (0.6.1)
Expand Down Expand Up @@ -254,7 +254,7 @@ GEM
rake (13.0.6)
reline (0.3.8)
io-console (~> 0.5)
rexml (3.3.9)
rexml (3.4.0)
rgeo (3.0.1)
rgeo-activerecord (7.0.1)
activerecord (>= 5.0)
Expand Down

0 comments on commit d237415

Please sign in to comment.