Skip to content

Commit

Permalink
Bump aasm from 4.12.3 to 5.1.1
Browse files Browse the repository at this point in the history
Bumps [aasm](https://github.com/aasm/aasm) from 4.12.3 to 5.1.1.
- [Release notes](https://github.com/aasm/aasm/releases)
- [Changelog](https://github.com/aasm/aasm/blob/master/CHANGELOG.md)
- [Commits](aasm/aasm@v4.12.3...v5.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 12, 2020
1 parent 0b7804c commit 69b24c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem "RedCloth"
gem "sanitize", "~> 5.2"
gem "will_paginate"
gem "acts_as_list"
gem "aasm", '~> 4.12.3'
gem "aasm", '~> 5.1.1'
gem "htmlentities"
gem "rails_autolink"
gem 'puma', '~> 4.3'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.3.2)
aasm (4.12.3)
aasm (5.1.1)
concurrent-ruby (~> 1.0)
actioncable (5.2.4.3)
actionpack (= 5.2.4.3)
Expand Down Expand Up @@ -87,7 +87,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.7)
crass (1.0.6)
database_cleaner (1.8.5)
diff-lcs (1.3)
Expand Down Expand Up @@ -294,7 +294,7 @@ PLATFORMS

DEPENDENCIES
RedCloth
aasm (~> 4.12.3)
aasm (~> 5.1.1)
actionpack-xml_parser (~> 2.0)
activemodel-serializers-xml (~> 1.0.1)
acts_as_list
Expand Down

0 comments on commit 69b24c3

Please sign in to comment.