Skip to content

Commit

Permalink
Updating gems and RBS
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Aug 6, 2023
1 parent c81d644 commit 6603e6b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ group :development, :test do

gem "minitest", "~> 5.0"

gem "standard", "~> 1.3"
gem "standard", "~> 1.30"

gem "steep", "~> 1.2"
gem "steep", "~> 1.5"

gem "sqlite3", "~> 1.5"
end
2 changes: 0 additions & 2 deletions Steepfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
target :lib do
check "lib/encoded_id"
signature "sig"

library "encoded_id"
end
2 changes: 1 addition & 1 deletion encoded_id-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
# Uncomment to register a new dependency of your gem
spec.add_dependency "activesupport", ">= 6.0", "< 8.0"
spec.add_dependency "activerecord", ">= 6.0", "< 8.0"
spec.add_dependency "encoded_id", "~> 0.4"
spec.add_dependency "encoded_id", "~> 1.0.0.rc1"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down
2 changes: 0 additions & 2 deletions rbs_collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ sources:
path: .gem_rbs_collection

gems:
- name: encoded_id-rails
ignore: true
- name: cgi
# Skip loading rbs gem's RBS.
# It's unnecessary if you don't use rbs as a library.
Expand Down

0 comments on commit 6603e6b

Please sign in to comment.