Skip to content

Commit

Permalink
Merge branch 'main' into precompile-in-prod-env
Browse files Browse the repository at this point in the history
  • Loading branch information
Dantemss committed Oct 24, 2024
2 parents 6e4cdb6 + 6699d65 commit 5bb5a20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 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
20 changes: 9 additions & 11 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 @@ -431,7 +429,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.22.0)
loofah (2.23.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lumberjack (1.2.10)
Expand Down Expand Up @@ -535,7 +533,7 @@ GEM
uber
openstax_healthcheck (1.0.1)
rails (>= 3.0)
openstax_rescue_from (4.2.2)
openstax_rescue_from (4.3.0)
rails (>= 3.1, < 7.0)
openstax_salesforce (8.1.0)
openstax_active_force
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 5bb5a20

Please sign in to comment.