We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7777dd4 commit 7683433Copy full SHA for 7683433
CHANGELOG.md
@@ -14,6 +14,10 @@
14
15
## 1.2
16
17
+### 1.2.6
18
+- Require mfa on rubygems
19
+ ([#545](https://github.com/shioyama/mobility/pull/545))
20
+
21
### 1.2.5
22
- Avoid referencing ActiveRecord::Base
23
([#550](https://github.com/shioyama/mobility/pull/550))
README.md
@@ -55,7 +55,7 @@ Installation
55
Add this line to your application's Gemfile:
56
57
```ruby
58
-gem 'mobility', '~> 1.2.5'
+gem 'mobility', '~> 1.2.6'
59
```
60
61
### ActiveRecord (Rails)
0 commit comments