Skip to content

Commit

Permalink
⬆️ update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaGoto committed Feb 3, 2024
1 parent 764c489 commit 9efaf58
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
ika3 (0.8.1)
activesupport (>= 5.0.0)
activesupport (>= 6.0.0)
faraday (>= 2.7.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion ika3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'activesupport', '>= 5.0.0'
spec.add_dependency 'activesupport', '>= 6.0.0'
spec.add_dependency 'faraday', '>= 2.7.0'

# For more information and examples about making a new gem, check out our
Expand Down
24 changes: 24 additions & 0 deletions rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,22 @@ gems:
version: '0'
source:
type: stdlib
- name: faraday
version: '2.5'
source:
type: git
name: ruby/gem_rbs_collection
revision: 846c09971455f0e144cef2f5a6c9fe6d8905d3e1
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: fileutils
version: '0'
source:
type: stdlib
- name: forwardable
version: '0'
source:
type: stdlib
- name: i18n
version: '1.10'
source:
Expand Down Expand Up @@ -81,6 +93,14 @@ gems:
version: '0'
source:
type: stdlib
- name: net-http
version: '0'
source:
type: stdlib
- name: net-protocol
version: '0'
source:
type: stdlib
- name: parallel
version: '1.20'
source:
Expand Down Expand Up @@ -153,4 +173,8 @@ gems:
version: '0'
source:
type: stdlib
- name: uri
version: '0'
source:
type: stdlib
gemfile_lock_path: Gemfile.lock
2 changes: 0 additions & 2 deletions rbs_collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ path: .gem_rbs_collection
gems:
# Skip loading rbs gem's RBS.
# It's unnecessary if you don't use rbs as a library.
- name: faraday
ignore: true
- name: rbs
ignore: true
- name: steep
Expand Down

0 comments on commit 9efaf58

Please sign in to comment.