Skip to content

Commit

Permalink
CDC #113 - Updating "core_data_connector" gem to latest version; Inst…
Browse files Browse the repository at this point in the history
…alling migrations
  • Loading branch information
dleadbetter committed Feb 1, 2024
1 parent 707c540 commit 7fdf99b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 22 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.26'
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.29'

# IIIF
gem 'triple_eye_effable', git: 'https://github.com/performant-software/triple-eye-effable.git', tag: 'v0.1.10'
Expand Down
40 changes: 21 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
GIT
remote: https://github.com/performant-software/core-data-connector.git
revision: a2dcd60f4da587a410cbdf9440427f3a3927bd7e
tag: v0.1.29
specs:
core_data_connector (0.1.0)
activerecord-postgis-adapter (~> 8.0)
faker
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/jwt-auth.git
revision: fa54af0cdcad6122fad10d9ad745b814c2918853
Expand Down Expand Up @@ -35,25 +56,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
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This migration comes from core_data_connector (originally 20240122201553)
class AddWebIdentifierZIdToWebIdentifiers < ActiveRecord::Migration[7.0]
def change
add_column :core_data_connector_web_identifiers, :z_web_identifier_id, :integer
end
end
3 changes: 2 additions & 1 deletion db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fdf99b

Please sign in to comment.