Skip to content

Commit 26c7288

Browse files
committed
chore: bump ruby
1 parent a1a9b91 commit 26c7288

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

CLAUDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ docker run -d -p 80:8080 lineofflight/frankfurter
9696

9797
## Development Notes
9898

99-
- Ruby 3.4.6 required (see `Gemfile`)
99+
- Ruby (see `Gemfile`)
100100
- Linting: RuboCop with Shopify style guide
101-
- Dependencies managed via `Gemfile.lock`
102101
- Migrations in `db/migrate/`
103102

104103
## API Endpoints

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ RUN bundle install --jobs=8
1010
ADD . /app
1111

1212
HEALTHCHECK --interval=2s --timeout=4s --start-period=3s --retries=15 \
13-
CMD curl -f "http://localhost:8080" || exit 1
13+
CMD curl -f "http://localhost:8080" || exit 1
1414

1515
CMD ["bundle", "exec", "unicorn", "-c", "./config/unicorn.rb"]

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
ruby "3.4.6"
5+
ruby file: "mise.toml"
66

77
gem "irb"
88
gem "logger"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ DEPENDENCIES
178178
webmock
179179

180180
RUBY VERSION
181-
ruby 3.4.6p54
181+
ruby 3.4.7p58
182182

183183
BUNDLED WITH
184-
2.6.2
184+
2.7.2

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
ruby = "3.4.6"
2+
ruby = "3.4.7"

0 commit comments

Comments
 (0)