Skip to content

Commit 2cfd9ef

Browse files
committed
chore: update Gemfile platforms for byebug and add ostruct dependency
1 parent 726fe75 commit 2cfd9ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

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

5-
gem "byebug", "~> 11.1", platforms: %i[mri mingw x64_mingw]
5+
gem "byebug", "~> 11.1", platforms: %i[mri windows]
66
gem "chunky_png", "~> 1.4"
77
gem "image_size", "~> 3.0"
88
gem "launchy", "~> 2.5"
9+
gem "ostruct"
910
gem "pdf-reader", "~> 2.12"
1011
gem "puma", ">= 5.6.7"
1112
gem "rake", "~> 13.0"

0 commit comments

Comments
 (0)