Skip to content

Commit 0dfd4dd

Browse files
committed
Release 1.2.6
1 parent 3c09b97 commit 0dfd4dd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 1.2
44

5+
### 1.2.6
6+
- Require mfa on rubygems
7+
([#545](https://github.com/shioyama/mobility/pull/545))
8+
59
### 1.2.5
610
- Avoid referencing ActiveRecord::Base
711
([#550](https://github.com/shioyama/mobility/pull/550))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Installation
5555
Add this line to your application's Gemfile:
5656

5757
```ruby
58-
gem 'mobility', '~> 1.2.5'
58+
gem 'mobility', '~> 1.2.6'
5959
```
6060

6161
### ActiveRecord (Rails)

lib/mobility/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def self.gem_version
88
module VERSION
99
MAJOR = 1
1010
MINOR = 2
11-
TINY = 5
11+
TINY = 6
1212
PRE = nil
1313

1414
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

0 commit comments

Comments
 (0)