Skip to content

Commit

Permalink
add Steepfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken2mer committed Dec 29, 2020
1 parent 0f2f461 commit bf45d69
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Steepfile
@@ -0,0 +1,20 @@
target :app do
signature 'sig'

check 'app'

repo_path "gem_rbs/gems"

library 'pathname'
library 'logger'
library 'mutex_m'
library 'date'

library 'activesupport'
library 'actionpack'
library 'activejob'
library 'activemodel'
library 'actionview'
library 'activerecord'
library 'railties'
end

0 comments on commit bf45d69

Please sign in to comment.