Skip to content

Commit

Permalink
Merge branch 'main' into update-rescue-from
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo authored Oct 24, 2024
2 parents a04f6cf + 8d3a6d0 commit 03fd3c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ gem 'oj_mimic_json'
gem 'rack-cors'

# Data visualization and query
gem 'blazer'
gem 'blazer', '< 3.0'

group :development, :production do
# Get env variables from .env file
Expand Down
16 changes: 7 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,11 @@ GEM
bigdecimal (3.1.8)
bindata (2.5.0)
bindex (0.8.1)
blazer (3.0.4)
activerecord (>= 6.1)
chartkick (>= 5)
csv
railties (>= 6.1)
safely_block (>= 0.4)
blazer (2.6.5)
activerecord (>= 5)
chartkick (>= 3.2)
railties (>= 5)
safely_block (>= 0.1.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
bootstrap-sass (3.4.1)
Expand Down Expand Up @@ -264,7 +263,6 @@ GEM
crass (1.0.6)
css_parser (1.19.0)
addressable
csv (3.3.0)
database_cleaner (2.0.2)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.2.0)
Expand Down Expand Up @@ -304,7 +302,7 @@ GEM
exception_notification (4.5.0)
actionmailer (>= 5.2, < 8)
activesupport (>= 5.2, < 8)
execjs (2.9.1)
execjs (2.10.0)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
Expand Down Expand Up @@ -834,7 +832,7 @@ DEPENDENCIES
aws-sdk-rails
aws-sdk-rds
bcrypt
blazer
blazer (< 3.0)
bootsnap
bootstrap-sass
byebug
Expand Down

0 comments on commit 03fd3c1

Please sign in to comment.