Skip to content

Commit

Permalink
allow rails 4
Browse files Browse the repository at this point in the history
  • Loading branch information
wwood committed Dec 12, 2015
1 parent 7f74020 commit ca34f1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
# gem "activesupport", ">= 2.3.5"
gem 'activerecord', '~> 3.2'
gem "activesupport", "~> 3.2"
gem 'activerecord', '>= 3'
gem "activesupport", ">= 3"
gem "sqlite3", "~> 1.3"
gem 'bio-logger', '~> 1.0'

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0

0 comments on commit ca34f1b

Please sign in to comment.