Skip to content

Commit b25fed3

Browse files
committed
Testing on ActiveRecord 5.0 and passing (with lots of deprecations)
1 parent 098bb56 commit b25fed3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ gemspec
55
gem 'jruby-openssl', :platform => :jruby
66

77
group :test do
8-
gem 'activerecord', '~> 4.2.0'
8+
gem 'activerecord', '~> 5.0.0'
99
gem 'activerecord-jdbcsqlite3-adapter', :platform => [:jruby]
1010
gem 'libxml-ruby', :platform => [:ruby, :mswin]
1111
gem 'rake'
1212
gem 'yard'
1313
gem 'redcarpet', :platform => :ruby # For fast, Github-like Markdown
1414
gem 'kramdown', :platform => :jruby # For Markdown without a C compiler
1515
gem 'test-unit'
16-
# This version of sqlite3 required for activerecord 4.2, not more recent.
16+
# This version of sqlite3 required for activerecord 5.0, not more recent.
1717
# When bumping AR, may have to/want to adjust this to more recent versions.
18-
gem 'sqlite3', "~> 1.3.0", :platform => [:ruby, :mswin]
18+
gem 'sqlite3', "~> 1.3.6", :platform => [:ruby, :mswin]
1919
end

0 commit comments

Comments
 (0)