Skip to content

Commit

Permalink
incorporates updates to GeoCombine
Browse files Browse the repository at this point in the history
  • Loading branch information
srappel committed Sep 6, 2023
1 parent da80838 commit 4a2b9d8
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/UWM-Libraries/GeoCombine.git
revision: 26add6cb258ff2ad3abac97356c82019f2b7e5af
revision: 981b9db1b9510d65aa4ef48c09e05a546d44c658
branch: main
specs:
geo_combine (0.8.0)
Expand Down Expand Up @@ -95,7 +95,7 @@ GEM
airbrussh (1.4.2)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
autoprefixer-rails (10.4.13.0)
autoprefixer-rails (10.4.15.0)
execjs (~> 2)
awesome_print (1.9.2)
base64 (0.1.1)
Expand Down Expand Up @@ -185,7 +185,7 @@ GEM
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-schema (1.13.2)
dry-schema (1.13.3)
concurrent-ruby (~> 1.0)
dry-configurable (~> 1.0, >= 1.0.1)
dry-core (~> 1.0, < 2)
Expand Down Expand Up @@ -244,8 +244,8 @@ GEM
git (1.18.0)
addressable (~> 2.8)
rchardet (~> 1.8)
globalid (1.1.0)
activesupport (>= 5.0)
globalid (1.2.1)
activesupport (>= 6.1)
haml (6.1.2)
temple (>= 0.8.2)
thor
Expand All @@ -272,8 +272,9 @@ GEM
actionpack (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.6.0)
irb (1.7.4)
reline (>= 0.3.6)
irb (1.8.1)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -323,7 +324,7 @@ GEM
mini_magick (4.9.5)
mini_mime (1.1.5)
minitar (0.9)
minitest (5.19.0)
minitest (5.20.0)
msgpack (1.7.2)
mysql2 (0.5.5)
net-http-persistent (4.0.2)
Expand Down Expand Up @@ -356,6 +357,8 @@ GEM
rack
rake (>= 0.8.1)
popper_js (1.16.1)
psych (5.1.0)
stringio
public_suffix (5.0.3)
puma (6.3.1)
nio4r (~> 2.0)
Expand Down Expand Up @@ -394,9 +397,11 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
rchardet (1.8.0)
rdoc (6.5.0)
psych (>= 4.0.0)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.16.0)
redis-client (0.17.0)
connection_pool
regexp_parser (2.8.1)
reline (0.3.8)
Expand All @@ -412,7 +417,7 @@ GEM
rsolr (2.5.0)
builder (>= 2.1.2)
faraday (>= 0.9, < 3, != 2.0.0)
rubocop (1.56.1)
rubocop (1.56.2)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -496,6 +501,7 @@ GEM
statesman (10.2.3)
stimulus-rails (1.2.2)
railties (>= 6.0.0)
stringio (3.0.8)
temple (0.10.2)
thor (1.2.2)
tilt (2.2.0)
Expand All @@ -520,7 +526,7 @@ GEM
method_source (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.0)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
Expand Down

0 comments on commit 4a2b9d8

Please sign in to comment.