new page for the builder dsl

This commit is contained in:
Torsten Ruger
2018-08-20 09:42:22 +03:00
parent 089db053a9
commit 0d44a9376c
6 changed files with 132 additions and 3 deletions

View File

@ -19,6 +19,8 @@ gem "rubyx" , "0.6" , git: "https://github.com/ruby-x/rubyx" , require: false
gem "rubyx-debugger" , "0.3" , git: "https://github.com/ruby-x/rubyx-debugger" , require: false
gem "rx-file" , git: "https://github.com/ruby-x/rx-file"
gem "haml-coderay"
group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'rspec-rails'