Skip to content

Commit

Permalink
cocoapods-runner: bump & unpin ruby deps
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Aug 20, 2024
1 parent 6b1b71e commit e08c666
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
15 changes: 7 additions & 8 deletions imags/cocoapods-runner/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ source 'https://rubygems.org'
# Recommended to use http://rbenv.org/ to install and use this version
ruby '>= 3.1.5'

gem 'activesupport', '7.0.8.1'
gem 'addressable', '2.8.6'
gem 'activesupport', '~> 7.0.8'
gem 'addressable', '~> 2.8'
gem 'bigdecimal'
gem 'bundler', '~> 2.5.8'
gem 'bundler', '~> 2.5'
gem 'cocoapods', '~> 1.12'
gem 'concurrent-ruby', '1.2.3'
gem 'ffi', '1.16.3'
gem 'i18n', '1.14.4'
gem 'minitest', '5.22.3'
gem 'rexml', '3.2.8'
gem 'concurrent-ruby', '~> 1.3'
gem 'ffi', '~> 1.17'
gem 'i18n', '~> 1.14'
gem 'minitest', '~> 5.24'
19 changes: 12 additions & 7 deletions imags/cocoapods-runner/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
Expand All @@ -79,28 +79,28 @@ GEM
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.2)
minitest (5.24.1)
minitest (5.25.1)
molinillo (0.8.0)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
nkf (0.2.0)
public_suffix (4.0.7)
rexml (3.2.9)
rexml (3.3.5)
strscan
ruby-macho (2.5.1)
strscan (3.1.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xcodeproj (1.24.0)
xcodeproj (1.25.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
rexml (>= 3.3.2, < 4.0)

PLATFORMS
aarch64-linux-gnu
Expand All @@ -116,10 +116,15 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
activesupport (>= 6.1.7.3, < 7.1.0)
activesupport (~> 7.0.8)
addressable (~> 2.8)
bigdecimal
bundler (~> 2.5.8)
bundler (~> 2.5)
cocoapods (~> 1.12)
concurrent-ruby (~> 1.3)
ffi (~> 1.17)
i18n (~> 1.14)
minitest (~> 5.24)

RUBY VERSION
ruby 3.3.4p94
Expand Down

0 comments on commit e08c666

Please sign in to comment.