Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Feb 28, 2025
1 parent 45637e6 commit 6771e76
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 10 deletions.
37 changes: 28 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,45 @@ PATH
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.6)
CFPropertyList (3.0.7)
base64
nkf
rexml
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
atomos (0.1.3)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
claide (1.1.0)
colored2 (3.1.2)
concurrent-ruby (1.2.2)
i18n (1.14.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
drb (2.2.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
minitest (5.20.0)
logger (1.6.6)
minitest (5.25.4)
mustache (1.1.1)
nanaimo (0.4.0)
rake (12.3.3)
nkf (0.2.0)
rake (13.2.1)
rexml (3.4.1)
securerandom (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.3)
xcodeproj (1.27.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
Expand All @@ -43,7 +62,7 @@ PLATFORMS
DEPENDENCIES
ccios!
minitest (~> 5.11)
rake (~> 12.3)
rake (~> 13.2)

BUNDLED WITH
2.4.10
2 changes: 1 addition & 1 deletion ccios.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.add_dependency 'xcodeproj', '~> 1.27'
s.add_dependency "mustache", "~> 1.0"

s.add_development_dependency 'rake', '~> 12.3'
s.add_development_dependency 'rake', '~> 13.2'
s.add_development_dependency 'minitest', '~> 5.11'
end

0 comments on commit 6771e76

Please sign in to comment.