Skip to content

Commit

Permalink
1.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewculver committed Apr 3, 2023
1 parent 3850bba commit d1d9be1
Show file tree
Hide file tree
Showing 23 changed files with 32 additions and 41 deletions.
2 changes: 1 addition & 1 deletion bullet_train-api/lib/bullet_train/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Api
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
10 changes: 2 additions & 8 deletions bullet_train-fields/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bullet_train-fields (1.2.23)
bullet_train-fields (1.2.24)
chronic
cloudinary
phonelib
Expand Down Expand Up @@ -122,16 +122,10 @@ GEM
net-smtp (0.3.3)
net-protocol
netrc (0.11.0)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.13.7)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.7-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion bullet_train-fields/lib/bullet_train/fields/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Fields
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
2 changes: 1 addition & 1 deletion bullet_train-has_uuid/lib/bullet_train/has_uuid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module HasUuid
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module IncomingWebhooks
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module BulletTrain
module Integrations
module Stripe
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Integrations
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module ObfuscatesId
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module OutgoingWebhooks
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
2 changes: 1 addition & 1 deletion bullet_train-roles/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
bullet_train-roles (1.2.23)
bullet_train-roles (1.2.24)
active_hash
activesupport
cancancan
Expand Down
2 changes: 1 addition & 1 deletion bullet_train-roles/lib/bullet_train/roles/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Roles
VERSION = "1.2.23"
VERSION = "1.2.24"
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module ScopeQuestions
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
2 changes: 1 addition & 1 deletion bullet_train-scope_validator/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bullet_train-scope_validator (1.2.23)
bullet_train-scope_validator (1.2.24)

GEM
remote: https://rubygems.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module BulletTrain
module ScopeValidator
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
2 changes: 1 addition & 1 deletion bullet_train-sortable/lib/bullet_train/sortable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Sortable
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module SuperLoadAndAuthorizeResource
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module SuperScaffolding
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module BulletTrain
module Themes
module Light
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module BulletTrain
module Themes
module TailwindCss
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
end
7 changes: 2 additions & 5 deletions bullet_train-themes/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bullet_train-themes (1.2.23)
bullet_train-themes (1.2.24)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -106,12 +106,10 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.10-arm64-darwin)
racc (~> 1.4)
parallel (1.22.1)
parser (3.1.3.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -174,7 +172,6 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.5.4)
mini_portile2 (~> 2.8.0)
sqlite3 (1.5.4-arm64-darwin)
standard (1.20.0)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.40.0)
Expand Down
2 changes: 1 addition & 1 deletion bullet_train-themes/lib/bullet_train/themes/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Themes
VERSION = "1.2.23"
VERSION = "1.2.24"
end
end
16 changes: 8 additions & 8 deletions bullet_train/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
bullet_train (1.2.23)
bullet_train (1.2.24)
awesome_print
bullet_train-fields
bullet_train-has_uuid
Expand Down Expand Up @@ -117,23 +117,23 @@ GEM
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
builder (3.2.4)
bullet_train-fields (1.2.22)
bullet_train-fields (1.2.23)
chronic
cloudinary
phonelib
rails (>= 6.0.0)
bullet_train-has_uuid (1.2.22)
bullet_train-has_uuid (1.2.23)
rails (>= 6.0.0)
bullet_train-roles (1.2.22)
bullet_train-roles (1.2.23)
active_hash
activesupport
cancancan
bullet_train-routes (1.0.0)
rails (>= 6.0.0)
bullet_train-scope_validator (1.2.22)
bullet_train-super_load_and_authorize_resource (1.2.22)
bullet_train-scope_validator (1.2.23)
bullet_train-super_load_and_authorize_resource (1.2.23)
rails (>= 6.0.0)
bullet_train-themes (1.2.22)
bullet_train-themes (1.2.23)
rails (>= 6.0.0)
cable_ready (5.0.0.pre9)
actioncable (>= 5.2)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
netrc (0.11.0)
nice_partials (0.9.3)
actionview (>= 4.2.6)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand Down
2 changes: 1 addition & 1 deletion bullet_train/lib/bullet_train/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BulletTrain
VERSION = "1.2.23"
VERSION = "1.2.24"
end

0 comments on commit d1d9be1

Please sign in to comment.