Skip to content

Commit

Permalink
Prepare Relase (#81)
Browse files Browse the repository at this point in the history
* Add ruby 2.7 and 3.0 to supported list

* Bump version to 2.1.1

* πŸ’‡β€β™€οΈ

* Exclude Rails from 4.2 to 5.2
  • Loading branch information
robertomiranda authored Mar 7, 2021
1 parent 4dbe641 commit c7e6a85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ rvm:
- 2.4
- 2.5
- 2.6
- 2.7
- 3.0
- ruby-head
gemfile:
- gemfiles/rails_4.2.gemfile
Expand All @@ -21,6 +23,16 @@ matrix:
gemfile: gemfiles/rails_6.0.gemfile
- rvm: 2.4
gemfile: gemfiles/rails_6.1.gemfile
- rvm: 2.7
gemfile: gemfiles/rails_4.2.gemfile
- rvm: 3.0
gemfile: gemfiles/rails_4.2.gemfile
- rvm: 3.0
gemfile: gemfiles/rails_5.0.gemfile
- rvm: 3.0
gemfile: gemfiles/rails_5.1.gemfile
- rvm: 3.0
gemfile: gemfiles/rails_5.2.gemfile
fast_finish: true
allow_failures:
- rvm: ruby-head
Expand Down
2 changes: 1 addition & 1 deletion lib/active_model/otp/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveModel
module Otp
VERSION = "2.1.0"
VERSION = "2.1.1".freeze
end
end

0 comments on commit c7e6a85

Please sign in to comment.