Gemfile in attributes_dsl-0.1.0 vs Gemfile in attributes_dsl-0.1.1
- old
+ new
@@ -9,8 +9,8 @@
group :benchmarks do
gem "virtus"
gem "benchmark-ips"
gem "active_attr"
gem "fast_attributes"
- gem "anima"
+ gem "anima" if RUBY_VERSION >= "2.1"
gem "kwattr"
end