Skip to content

Commit

Permalink
Don't upscale FileProxy variants (#94)
Browse files Browse the repository at this point in the history
* Make sure not do upscale

* Sync lockfiles

* Fix rails gemfile

* Add Gemfile.lock for rails variant

* Fix Gemfile.locks
  • Loading branch information
daniel-nerdgeschoss authored Jun 3, 2024
1 parent edc00f6 commit 3c60295
Show file tree
Hide file tree
Showing 7 changed files with 516 additions and 28 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
/dist
/node_modules
/yarn-error.log
/gemfiles/*.lock
.DS_Store
15 changes: 15 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ GEM
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.6)
minitest (5.17.0)
msgpack (1.6.0)
nenv (0.3.0)
Expand All @@ -179,8 +180,15 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -308,7 +316,11 @@ GEM
actionpack (>= 3.1)
railties (>= 3.1)
slim (>= 3.0, < 5.0)
sqlite3 (1.6.0)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.0-arm64-darwin)
sqlite3 (1.6.0-x86_64-darwin)
sqlite3 (1.6.0-x86_64-linux)
standard (1.28.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -348,7 +360,10 @@ GEM
zeitwerk (2.6.6)

PLATFORMS
arm64-darwin-22
ruby
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
annotate
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails-7-0
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec path: ".."

gem "rails", "~> 7.0.0"
gem "propshaft"
gem "sqlite3"
gem "sqlite3", "~> 1.6"
gem "puma"
gem "jsbundling-rails"
gem "turbo-rails"
Expand Down
Loading

0 comments on commit 3c60295

Please sign in to comment.