Skip to content

Commit

Permalink
BT-Core version bump: - 1.16.0 (#1919)
Browse files Browse the repository at this point in the history
Co-authored-by: jagthedrummer <jagthedrummer@users.noreply.github.com>
  • Loading branch information
jagthedrummer and jagthedrummer authored Feb 7, 2025
1 parent e45bbcb commit 5d6cce7
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ end

# We use a constant here so that we can ensure that all of the bullet_train-*
# packages are on the same version.
BULLET_TRAIN_VERSION = "1.15.0"
BULLET_TRAIN_VERSION = "1.16.0"

# Core packages.
gem "bullet_train", BULLET_TRAIN_VERSION
Expand Down
70 changes: 35 additions & 35 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
msgpack (~> 1.2)
brotli (0.6.0)
builder (3.3.0)
bullet_train (1.15.0)
bullet_train (1.16.0)
awesome_print
bullet_train-fields
bullet_train-has_uuid
Expand Down Expand Up @@ -157,7 +157,7 @@ GEM
unicode-emoji
valid_email
xxhash
bullet_train-api (1.15.0)
bullet_train-api (1.16.0)
bullet_train
bullet_train-super_scaffolding
colorizer
Expand All @@ -168,57 +168,57 @@ GEM
pagy_cursor
rack-cors
rails (>= 6.0.0)
bullet_train-fields (1.15.0)
bullet_train-fields (1.16.0)
chronic
cloudinary
phonelib
rails (>= 6.0.0)
bullet_train-has_uuid (1.15.0)
bullet_train-has_uuid (1.16.0)
rails (>= 6.0.0)
bullet_train-incoming_webhooks (1.15.0)
bullet_train-incoming_webhooks (1.16.0)
bullet_train
bullet_train-api
bullet_train-super_scaffolding
rails (>= 6.0.0)
bullet_train-integrations (1.15.0)
bullet_train-integrations (1.16.0)
rails (>= 6.0.0)
bullet_train-integrations-stripe (1.15.0)
bullet_train-integrations-stripe (1.16.0)
omniauth (~> 2.0)
omniauth-rails_csrf_protection (~> 1.0)
omniauth-stripe-connect-v2
rails (>= 6.0.0)
stripe
bullet_train-obfuscates_id (1.15.0)
bullet_train-obfuscates_id (1.16.0)
hashids
rails (>= 6.0.0)
bullet_train-outgoing_webhooks (1.15.0)
bullet_train-outgoing_webhooks (1.16.0)
public_suffix
rails (>= 6.0.0)
bullet_train-roles (1.15.0)
active_hash
bullet_train-roles (1.16.0)
active_hash (>= 3.3.1)
activesupport
cancancan
bullet_train-scope_validator (1.15.0)
bullet_train-scope_validator (1.16.0)
rails
bullet_train-sortable (1.15.0)
bullet_train-sortable (1.16.0)
rails (>= 6.0.0)
bullet_train-super_load_and_authorize_resource (1.15.0)
bullet_train-super_load_and_authorize_resource (1.16.0)
cancancan
rails (>= 6.0.0)
bullet_train-super_scaffolding (1.15.0)
bullet_train-super_scaffolding (1.16.0)
colorizer
indefinite_article
masamune-ast (~> 2.0.2)
rails (>= 6.0.0)
bullet_train-themes (1.15.0)
bullet_train-themes (1.16.0)
bullet_train-fields
nice_partials (~> 0.9)
rails (>= 6.0.0)
bullet_train-themes-light (1.15.0)
bullet_train-themes-light (1.16.0)
bullet_train-themes-tailwind_css
masamune-ast (~> 2.0.2)
rails (>= 6.0.0)
bullet_train-themes-tailwind_css (1.15.0)
bullet_train-themes-tailwind_css (1.16.0)
bullet_train-themes
rails (>= 6.0.0)
cable_ready (5.0.6)
Expand Down Expand Up @@ -729,23 +729,23 @@ DEPENDENCIES
avo (>= 3.1.7)
aws-sdk-s3
bootsnap
bullet_train (= 1.15.0)
bullet_train-api (= 1.15.0)
bullet_train-fields (= 1.15.0)
bullet_train-has_uuid (= 1.15.0)
bullet_train-incoming_webhooks (= 1.15.0)
bullet_train-integrations (= 1.15.0)
bullet_train-integrations-stripe (= 1.15.0)
bullet_train-obfuscates_id (= 1.15.0)
bullet_train-outgoing_webhooks (= 1.15.0)
bullet_train-roles (= 1.15.0)
bullet_train-scope_validator (= 1.15.0)
bullet_train-sortable (= 1.15.0)
bullet_train-super_load_and_authorize_resource (= 1.15.0)
bullet_train-super_scaffolding (= 1.15.0)
bullet_train-themes (= 1.15.0)
bullet_train-themes-light (= 1.15.0)
bullet_train-themes-tailwind_css (= 1.15.0)
bullet_train (= 1.16.0)
bullet_train-api (= 1.16.0)
bullet_train-fields (= 1.16.0)
bullet_train-has_uuid (= 1.16.0)
bullet_train-incoming_webhooks (= 1.16.0)
bullet_train-integrations (= 1.16.0)
bullet_train-integrations-stripe (= 1.16.0)
bullet_train-obfuscates_id (= 1.16.0)
bullet_train-outgoing_webhooks (= 1.16.0)
bullet_train-roles (= 1.16.0)
bullet_train-scope_validator (= 1.16.0)
bullet_train-sortable (= 1.16.0)
bullet_train-super_load_and_authorize_resource (= 1.16.0)
bullet_train-super_scaffolding (= 1.16.0)
bullet_train-themes (= 1.16.0)
bullet_train-themes-light (= 1.16.0)
bullet_train-themes-tailwind_css (= 1.16.0)
capybara (~> 3.39)
capybara-email
capybara-lockstep
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "app",
"private": true,
"dependencies": {
"@bullet-train/bullet-train": "1.15.0",
"@bullet-train/bullet-train-sortable": "1.15.0",
"@bullet-train/fields": "1.15.0",
"@bullet-train/bullet-train": "1.16.0",
"@bullet-train/bullet-train-sortable": "1.16.0",
"@bullet-train/fields": "1.16.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@fullhuman/postcss-purgecss": "7.0.2",
"@hotwired/stimulus": "^3.2.2",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock

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

0 comments on commit 5d6cce7

Please sign in to comment.