Skip to content

Commit

Permalink
Updated jbuilder-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
newstler committed Aug 24, 2023
1 parent efeed7f commit 40bafef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
9 changes: 3 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,9 @@ end
# This section is the list of Ruby gems included by default for Bullet Train.

# Core packages.
# gem "bullet_train"
# gem "bullet_train-super_scaffolding"
# gem "bullet_train-api"
gem "bullet_train", path: "../bullet_train-core/bullet_train"
gem "bullet_train-super_scaffolding", path: "../bullet_train-core/bullet_train-super_scaffolding"
gem "bullet_train-api", path: "../bullet_train-core/bullet_train-api"
gem "bullet_train"
gem "bullet_train-super_scaffolding"
gem "bullet_train-api"
gem "bullet_train-outgoing_webhooks"
gem "bullet_train-incoming_webhooks"
gem "bullet_train-themes"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ GEM
bullet_train
doorkeeper
factory_bot
jbuilder-schema (>= 2.0.0)
jbuilder-schema (>= 2.2.0)
pagy
pagy_cursor
rack-cors
Expand Down Expand Up @@ -612,16 +612,16 @@ DEPENDENCIES
active_hash
aws-sdk-s3
bootsnap
bullet_train!
bullet_train-api!
bullet_train
bullet_train-api
bullet_train-incoming_webhooks
bullet_train-integrations
bullet_train-integrations-stripe
bullet_train-obfuscates_id
bullet_train-outgoing_webhooks
bullet_train-scope_questions
bullet_train-sortable
bullet_train-super_scaffolding!
bullet_train-super_scaffolding
bullet_train-themes
bullet_train-themes-light
capybara (~> 3.39)
Expand Down
1 change: 0 additions & 1 deletion test/factories/users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
factory :user_example do
first_name { "Example First Name" }
last_name { "Example Last Name" }
locale { "en" }
end
end
end
Expand Down

0 comments on commit 40bafef

Please sign in to comment.