Skip to content

Commit

Permalink
Release activerecord version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgiles authored May 22, 2017
1 parent 90b6e02 commit 71030c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source ENV.fetch('GEM_SOURCE','https://rubygems.org')

gem "activerecord", "~> 3.2.1"
gem "activerecord", ">= 3.2.1"

# Specify your gem's dependencies in fuzzily.gemspec
gemspec
Expand Down

0 comments on commit 71030c0

Please sign in to comment.