Skip to content

Commit

Permalink
v1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewculver committed Dec 5, 2022
1 parent 0f2d0ed commit b8a3d2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 12 additions & 9 deletions 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.1.9)
bullet_train (1.1.10)
awesome_print
bullet_train-fields
bullet_train-has_uuid
Expand Down Expand Up @@ -130,7 +130,7 @@ GEM
bullet_train-scope_validator (1.0.2)
bullet_train-super_load_and_authorize_resource (1.0.1)
rails (>= 6.0.0)
bullet_train-themes (1.0.23)
bullet_train-themes (1.0.24)
rails (>= 6.0.0)
cable_ready (5.0.0.pre9)
actioncable (>= 5.2)
Expand Down Expand Up @@ -190,8 +190,11 @@ GEM
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mail (2.8.0)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
method_source (1.0.0)
microscope (1.1.1)
Expand All @@ -207,7 +210,7 @@ GEM
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.1.3)
net-protocol (0.2.0)
timeout
net-smtp (0.3.3)
net-protocol
Expand All @@ -224,7 +227,7 @@ GEM
parallel (1.22.1)
parser (3.1.3.0)
ast (~> 2.4.1)
phonelib (0.7.4)
phonelib (0.7.5)
possessive (1.0.1)
premailer (1.18.0)
addressable
Expand Down Expand Up @@ -274,7 +277,7 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
redis-client (0.11.1)
redis-client (0.11.2)
connection_pool
regexp_parser (2.6.1)
responders (3.0.1)
Expand Down Expand Up @@ -302,11 +305,11 @@ GEM
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
sidekiq (7.0.1)
sidekiq (7.0.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.9.0)
redis-client (>= 0.11.0)
simpleidn (0.2.1)
unf (~> 0.1.4)
sprockets (4.1.1)
Expand All @@ -323,7 +326,7 @@ GEM
rubocop-performance (= 1.15.1)
thor (1.2.1)
thread-local (1.1.0)
timeout (0.3.0)
timeout (0.3.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unf (0.1.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/bullet_train/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BulletTrain
VERSION = "1.1.9"
VERSION = "1.1.10"
end

0 comments on commit b8a3d2d

Please sign in to comment.