Skip to content

Commit

Permalink
Ready for 5.1.7 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tian Chen committed May 13, 2018
1 parent 507898d commit d0d5b0f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ N/A

# History:

## 5.1.7

1. [Fix] Routes update for configurable `resources_controller` (#99)
2. [Fix] Update resources router to reflect the resources controller configuration (#100)

## 5.1.6

1. [Chore] upgrade to robucop 0.53 standard (#88)
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
wallaby (5.1.6)
wallaby (5.1.7)
bootstrap-sass
bootstrap3-datetimepicker-rails
cancancan
Expand Down Expand Up @@ -60,7 +60,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (8.0.0)
autoprefixer-rails (8.2.0)
autoprefixer-rails (8.5.0)
execjs
bcrypt (3.1.11)
better_errors (2.4.0)
Expand All @@ -76,7 +76,7 @@ GEM
momentjs-rails (>= 2.8.1)
builder (3.2.3)
byebug (10.0.2)
cancancan (2.1.4)
cancancan (2.2.0)
codemirror-rails (5.16.0)
railties (>= 3.0, < 6.0)
coderay (1.1.2)
Expand Down Expand Up @@ -105,10 +105,10 @@ GEM
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
jquery-minicolors-rails (2.2.6.0)
jquery-minicolors-rails (2.2.6.1)
jquery-rails
rails (>= 3.2.8)
jquery-rails (4.3.1)
jquery-rails (4.3.3)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/wallaby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wallaby
VERSION = '5.1.6'.freeze
VERSION = '5.1.7'.freeze
end

0 comments on commit d0d5b0f

Please sign in to comment.