## Current release (in development) * Upgrade to Ruby 2.6.5 [#148](https://github.com/TheGnarCo/gnarails/pull/149) [Dan Frenette](https://github.com/danfrenette) ## 3.0.0 - 2019-09-20 * Downgrade to Ruby 2.6.3 [#148](https://github.com/TheGnarCo/gnarails/pull/148) [Kevin Murphy](https://github.com/kevin-j-m) * Support Ruby 2.6.4 [#147](https://github.com/TheGnarCo/gnarails/pull/147) [Reese Williams](https://github.com/reese) * Upgrade to Rails 6 [#146](https://github.com/TheGnarCo/gnarails/pull/146) [Reese Williams](https://github.com/reese) ## 2.0.0 - 2019-03-01 * Support Ruby 2.6.1 [#134](https://github.com/TheGnarCo/gnarails/pull/134) [Kevin Murphy](https://github.com/kevin-j-m) * Install brakeman without `--rdoc` or `--ri` [#130](https://github.com/TheGnarCo/gnarails/pull/130) [Kevin Murphy](https://github.com/kevin-j-m) * Add Starting Procfile [#129](https://github.com/TheGnarCo/gnarails/pull/129) [Blake Williams](https://github.com/BlakeWilliams) * Set Pronto to report on Github PRs with the Review Formatter [#126](https://github.com/TheGnarCo/gnarails/pull/126) [Kevin Murphy](https://github.com/kevin-j-m) * Store Capybara screenshot failures as Circle CI Artifact [#123](https://github.com/TheGnarCo/gnarails/pull/123) [Kevin Murphy](https://github.com/kevin-j-m) * Support Ruby 2.5.1 [#122](https://github.com/TheGnarCo/gnarails/pull/122) [Blake Williams](https://github.com/BlakeWilliams) * Rename `/script` directory to instead use `/bin` for scripts [#121](https://github.com/TheGnarCo/gnarails/pull/121), [#125](https://github.com/TheGnarCo/gnarails/pull/125) [Blake Williams](https://github.com/BlakeWilliams) * Ensure use of created application's Gemfile [#120](https://github.com/TheGnarCo/gnarails/pull/120) [Blake Williams](https://github.com/BlakeWilliams) * Support Rails 5.2.1 [#118](https://github.com/TheGnarCo/gnarails/pull/118) [Blake Williams](https://github.com/BlakeWilliams) * Remove React Support [#117](https://github.com/TheGnarCo/gnarails/pull/117) [Blake Williams](https://github.com/BlakeWilliams) * Use ruby's RUBY_VERSION [#115](https://github.com/TheGnarCo/gnarails/pull/115) [Blake Williams](https://github.com/BlakeWilliams) * Format ruby code with rubocop's auto-formatter [#112](https://github.com/TheGnarCo/gnarails/pull/112) [Taylor Kearns](https://github.com/taylorkearns) ## 1.0.0 - 2018-03-28 ## 0.9.3 - 2018-03-28 * Bundle to gather gems before generating rspec [#110](https://github.com/TheGnarCo/gnarails/pull/110) [Kevin Murphy](https://github.com/kevin-j-m) ## 0.9.2 - 2018-03-27 * Remove chromedriver-helper dependency [#108](https://github.com/TheGnarCo/gnarails/pull/108) [Kevin Murphy](https://github.com/kevin-j-m) ## 0.9.1 - 2018-03-27 * Lock rails version at 5.1 release (at least 5.1.5) [#106](https://github.com/TheGnarCo/gnarails/pull/106) [Kevin Murphy](https://github.com/kevin-j-m) ## 0.9.0 - 2018-03-26 * Support all rails generator options in CLI new command [#99](https://github.com/TheGnarCo/gnarails/pull/99) [Kevin Murphy](https://github.com/kevin-j-m) * Use heredocs for multi-line code inserted by template not in template files [#97](https://github.com/TheGnarCo/gnarails/pull/97) [Kevin Murphy](https://github.com/kevin-j-m) * Separate template operations into separate methods [#96](https://github.com/TheGnarCo/gnarails/pull/96) [Kevin Murphy](https://github.com/kevin-j-m) * Build a rails application with webpacker and react in CI [#95](https://github.com/TheGnarCo/gnarails/pull/95) [Kevin Murphy](https://github.com/kevin-j-m) * Fix CLI to support installing webpacker [#94](https://github.com/TheGnarCo/gnarails/pull/94) [Mike Stone](https://github.com/mikestone14) * New rails apps will now use ruby 2.5 [#89](https://github.com/TheGnarCo/gnarails/pull/89) [Kevin Murphy](https://github.com/kevin-j-m) * Test for N+1 query protection and status endpoint [#84](https://github.com/TheGnarCo/gnarails/pull/84) [Kevin Murphy](https://github.com/kevin-j-m) * Build a README for the generated rails app [#82](https://github.com/TheGnarCo/gnarails/pull/82) [Kevin Murphy](https://github.com/kevin-j-m) * Use pronto to comment on style guide preferences [#81](https://github.com/TheGnarCo/gnarails/pull/81) [Kevin Murphy](https://github.com/kevin-j-m) * Run integration test in CI environment [#78](https://github.com/TheGnarCo/gnarails/pull/78) [Kevin Murphy](https://github.com/kevin-j-m) * CLI for creating a new gnarails app [#77](https://github.com/TheGnarCo/gnarails/pull/77) [Kevin Murphy](https://github.com/kevin-j-m) * Define rspec-rails as an explicit dependency [#76](https://github.com/TheGnarCo/gnarails/pull/76) [Kevin Murphy](https://github.com/kevin-j-m) * Create initial integration test [#74](https://github.com/TheGnarCo/gnarails/pull/74) [Kevin Murphy](https://github.com/kevin-j-m) * Define rails as an explicit dependency [#72](https://github.com/TheGnarCo/gnarails/pull/73) [Kevin Murphy](https://github.com/kevin-j-m) * Introduce changelog [#70](https://github.com/TheGnarCo/gnarails/pull/70) [Kevin Murphy](https://github.com/kevin-j-m)