Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sedubois committed Feb 13, 2022
1 parent c608c89 commit b289c35
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Mobility Action Text Changelog

### 0.5.0 (2022-02-13)
- Require only actiontext in gemspec dependencies ([#20](https://github.com/sedubois/mobility-actiontext/pull/20)).

### 0.4.0 (2021-12-20)
- Add Rails 7 compatibility.

Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source "https://rubygems.org"

gemspec

gem "rake", "~> 13.0"
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mobility-actiontext (0.4.0)
mobility-actiontext (0.5.0)
actiontext (>= 6.0)
mobility (~> 1.2)

Expand Down Expand Up @@ -78,6 +78,7 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rake (13.0.6)
request_store (1.5.1)
rack (>= 1.4)
sqlite3 (1.4.2)
Expand All @@ -90,6 +91,7 @@ PLATFORMS

DEPENDENCIES
mobility-actiontext!
rake (~> 13.0)
sqlite3 (~> 1.4)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion lib/mobility/action_text/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Mobility
module ActionText
VERSION = '0.4.0'
VERSION = '0.5.0'
end
end
2 changes: 1 addition & 1 deletion test_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
mobility-actiontext (0.4.0)
mobility-actiontext (0.5.0)
actiontext (>= 6.0)
mobility (~> 1.2)

Expand Down

0 comments on commit b289c35

Please sign in to comment.