Steepfile in rbs_rails-0.4.1 vs Steepfile in rbs_rails-0.5.0
- old
+ new
@@ -1,12 +1,20 @@
target :lib do
signature "sig"
signature 'assets/sig'
check "lib" # Directory name
+ repo_path ENV['RBS_REPO_DIR'] || './gem_rbs/gems'
library "pathname"
library "logger"
library "mutex_m"
library "date"
- # library "strong_json" # Gems
+
+ library 'activesupport'
+ library 'actionpack'
+ library 'activejob'
+ library 'activemodel'
+ library 'actionview'
+ library 'activerecord'
+ library 'railties'
end