File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ gemspec
55gem 'jruby-openssl' , :platform => :jruby
66
77group :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 ]
1919end
You can’t perform that action at this time.
0 commit comments