Skip to content

Commit

Permalink
Merge branch 'master' of github.com:indentlabs/notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
drusepth committed May 15, 2023
2 parents 1074c9a + 3aab62a commit 504c445
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ group :production do
end

group :test, :production do
gem 'pg', '~> 1.4'
gem 'pg', '~> 1.5'

gem "mini_racer", "~> 0.6.3" # TODO: audit whether we can remove this
end
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ GEM
autoprefixer-rails (10.4.7.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.746.0)
aws-partitions (1.760.0)
aws-sdk (3.1.0)
aws-sdk-resources (~> 3)
aws-sdk-accessanalyzer (1.23.0)
Expand Down Expand Up @@ -331,7 +331,7 @@ GEM
aws-sdk-connectparticipant (1.14.0)
aws-sdk-core (~> 3, >= 3.120.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.171.0)
aws-sdk-core (3.171.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -594,7 +594,7 @@ GEM
aws-sdk-kinesisvideosignalingchannels (1.13.0)
aws-sdk-core (~> 3, >= 3.120.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.63.0)
aws-sdk-kms (1.64.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sdk-lakeformation (1.17.0)
Expand Down Expand Up @@ -1102,7 +1102,7 @@ GEM
aws-sdk-route53resolver (1.30.0)
aws-sdk-core (~> 3, >= 3.120.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.120.1)
aws-sdk-s3 (1.122.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
Expand Down Expand Up @@ -1280,7 +1280,7 @@ GEM
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
chartkick (4.1.3)
chartkick (5.0.2)
climate_control (0.2.0)
cocoon (1.2.15)
codeclimate-test-reporter (1.0.9)
Expand Down Expand Up @@ -1478,7 +1478,7 @@ GEM
net-protocol
netrc (0.11.0)
newrelic_rpm (9.2.0)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -1502,7 +1502,7 @@ GEM
faraday (~> 1.4)
faraday_middleware (~> 1)
paypalhttp (1.0.1)
pg (1.4.6)
pg (1.5.3)
pkg-config (1.5.1)
pry (0.14.2)
coderay (~> 1.1)
Expand Down Expand Up @@ -1546,7 +1546,7 @@ GEM
rails (>= 3.2)
rails-ujs (0.1.0)
railties (>= 3.1)
rails_admin (3.1.1)
rails_admin (3.1.2)
activemodel-serializers-xml (>= 1.0)
kaminari (>= 0.14, < 2.0)
nested_form (~> 0.3)
Expand Down Expand Up @@ -1604,7 +1604,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.8.0)
selenium-webdriver (4.9.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -1641,17 +1641,17 @@ GEM
stripe (>= 2.8, < 9)
terrapin (0.6.0)
climate_control (>= 0.0.3, < 1.0)
terser (1.1.13)
terser (1.1.15)
execjs (>= 0.3.0, < 3)
text-hyphen (1.4.1)
textstat (0.1.8)
text-hyphen (~> 1.4, >= 1.4.1)
thor (1.2.1)
tilt (2.0.11)
timeago_js (3.0.2.2)
timeout (0.3.1)
timeout (0.3.2)
tribute (3.6.0.0)
turbo-rails (1.3.3)
turbo-rails (1.4.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -1731,7 +1731,7 @@ DEPENDENCIES
paranoia
paypal-checkout-sdk
paypal_client
pg (~> 1.4)
pg (~> 1.5)
pry
puma (~> 5.6)
puma-heroku
Expand Down

0 comments on commit 504c445

Please sign in to comment.