Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem "rails", "~> 8.0"
#
# IMPORTANT: These gems must be listed in the excluded_gems list in the
# bundle_fetch configured in your MODULE.bazel file.
gem "date", "3.4.1"
gem "date", "3.5.1"
gem "digest", "3.2.0"
gem "etc", "1.4.6"
gem "fcntl", "1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
crass (1.0.6)
date (3.4.1)
date (3.5.1)
digest (3.2.0)
drb (2.2.3)
erb (6.0.1)
Expand Down Expand Up @@ -225,7 +225,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
date (= 3.4.1)
date (= 3.5.1)
digest (= 3.2.0)
etc (= 1.4.6)
fcntl (= 1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion examples/rails/people_tracker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ gem "devise", "~> 4.9"
#
# IMPORTANT: These gems must be listed in the excluded_gems list in the
# bundle_fetch configured in your MODULE.bazel file.
gem "date", "3.4.1"
gem "date", "3.5.1"
gem "digest", "3.2.0"
gem "etc", "1.4.6"
gem "fcntl", "1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/rails/people_tracker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
crass (1.0.6)
date (3.4.1)
date (3.5.1)
debug (1.11.1)
irb (~> 1.10)
reline (>= 0.3.8)
Expand Down Expand Up @@ -406,7 +406,7 @@ DEPENDENCIES
brakeman
cancancan (~> 3.6)
capybara
date (= 3.4.1)
date (= 3.5.1)
debug
devise (~> 4.9)
digest (= 3.2.0)
Expand Down
Loading