Skip to content

Commit

Permalink
fix bundle build & update ruby ver
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroProfundis committed Oct 5, 2024
1 parent 07def46 commit b95c34e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.0.7
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ gem 'nsa', '~> 0.2'
gem 'oj', '~> 3.13'
gem 'ox', '~> 2.14'
gem 'parslet'
gem 'posix-spawn'
gem 'public_suffix', '~> 5.0'
gem 'pundit', '~> 2.3'
gem 'premailer-rails'
Expand Down Expand Up @@ -159,3 +158,7 @@ gem 'connection_pool', require: false
gem 'xorcist', '~> 1.1'
gem 'cocoon', '~> 1.2'
gem 'mail', '~> 2.8'

# temp hacks while upstream masto and dependencies update pins
gem 'cbor', '~> 0.5.9.8'
gem 'posix-spawn', github: "https://github.com/rtomayko/posix-spawn/pull/93"
13 changes: 10 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ GIT
hkdf (~> 0.2)
jwt (~> 2.0)

GIT
remote: https://github.com/rtomayko/posix-spawn.git
revision: 0fce38ed5458b638eda5f3bb711903424a4366db
branch: refs/pull/93/head
specs:
posix-spawn (0.3.15)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -163,7 +170,7 @@ GEM
xpath (~> 3.2)
case_transform (0.2)
activesupport
cbor (0.5.9.6)
cbor (0.5.9.8)
charlock_holmes (0.7.7)
chewy (7.2.4)
activesupport (>= 5.2)
Expand Down Expand Up @@ -473,7 +480,6 @@ GEM
pghero (3.1.0)
activerecord (>= 6)
pkg-config (1.5.1)
posix-spawn (0.3.15)
premailer (1.18.0)
addressable
css_parser (>= 1.12.0)
Expand Down Expand Up @@ -779,6 +785,7 @@ DEPENDENCIES
capistrano-rbenv (~> 2.2)
capistrano-yarn (~> 2.0)
capybara (~> 3.38)
cbor (~> 0.5.9.8)
charlock_holmes (~> 0.7.7)
chewy (~> 7.2)
climate_control (~> 0.2)
Expand Down Expand Up @@ -836,7 +843,7 @@ DEPENDENCIES
pg (~> 1.4)
pghero
pkg-config (~> 1.5)
posix-spawn
posix-spawn!
premailer-rails
private_address_check (~> 0.5)
pry-byebug (~> 3.10)
Expand Down

0 comments on commit b95c34e

Please sign in to comment.