Skip to content

Commit

Permalink
rbs generates blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
DalenW committed Mar 15, 2023
1 parent 8d14f19 commit c737d57
Show file tree
Hide file tree
Showing 29 changed files with 713 additions and 180 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ node_modules
# Ignore application configuration
/config/application.yml
node1
.gem_rbs_collection
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.1
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.1.2'
ruby '3.2.1'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.0.0'
Expand Down Expand Up @@ -55,6 +55,9 @@ group :development, :test do
gem 'figaro'

gem 'launchy'

gem 'rbs'
gem 'rbs_rails'
end

group :development do
Expand All @@ -74,6 +77,8 @@ group :development do
gem 'rubocop'
gem 'rubocop-faker'
gem 'rubocop-rails'

gem 'rails-erd'
end

group :test do
Expand Down

0 comments on commit c737d57

Please sign in to comment.