Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Dec 30, 2024
1 parent 00d3857 commit 28e91bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,6 @@ gem "active_hash"
# A great debugger.
gem "pry"

# We specify this gem here so that we can get the auto-generated links on headers in the docs
# https://github.com/bullet-train-co/bullet_train-core/pull/468
# Once commonmarker 1.x is no longer a pre-release we'll bump the main `bullet_train` dependency
# and then we can remove this from our Gemfile.
gem "commonmarker", "~> 1.0.0.pre10"

# YOUR GEMS
# You can add any Ruby gems you need below. By keeping them separate from our gems above, you'll avoid the likelihood
# that you run into a merge conflict in the future.
Expand Down
27 changes: 13 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
ansi (1.5.0)
ast (2.4.2)
avo (3.15.6)
avo (3.15.7)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
Expand All @@ -98,8 +98,8 @@ GEM
zeitwerk (>= 2.6.12)
awesome_print (1.9.2)
aws-eventstream (1.3.0)
aws-partitions (1.1027.0)
aws-sdk-core (3.214.0)
aws-partitions (1.1029.0)
aws-sdk-core (3.214.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
Expand All @@ -116,7 +116,7 @@ GEM
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bindex (0.8.1)
binding_of_caller (1.0.1)
debug_inspector (>= 1.2.0)
Expand Down Expand Up @@ -263,8 +263,8 @@ GEM
coderay (1.1.3)
colorize (1.1.0)
colorizer (0.0.2)
commonmarker (1.0.4-arm64-darwin)
commonmarker (1.0.4-x86_64-linux)
commonmarker (2.0.2-arm64-darwin)
commonmarker (2.0.2-x86_64-linux)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
Expand Down Expand Up @@ -360,7 +360,7 @@ GEM
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.9.1)
jwt (2.9.3)
jwt (2.10.1)
base64
knapsack_pro (7.13.1)
rake
Expand Down Expand Up @@ -424,9 +424,9 @@ GEM
nice_partials (0.10.1)
actionview (>= 4.2.6)
nio4r (2.7.4)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -479,7 +479,7 @@ GEM
prism (1.3.0)
prop_initializer (0.2.0)
zeitwerk (>= 2.6.18)
pry (0.15.0)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-stack_explorer (0.6.1)
Expand All @@ -500,7 +500,7 @@ GEM
rack (>= 1.2.0)
rack-session (1.0.2)
rack (< 3)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (1.0.1)
rack (< 3)
Expand Down Expand Up @@ -556,7 +556,7 @@ GEM
redis-client (>= 0.22.0)
redis-client (0.23.0)
connection_pool
regexp_parser (2.9.3)
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
require_all (3.0.0)
Expand Down Expand Up @@ -668,7 +668,7 @@ GEM
turbo-rails (>= 1.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
Expand Down Expand Up @@ -733,7 +733,6 @@ DEPENDENCIES
capybara-lockstep
chronic
colorize
commonmarker (~> 1.0.0.pre10)
cssbundling-rails
debug
devise
Expand Down

0 comments on commit 28e91bf

Please sign in to comment.