File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ gemspec
5
5
gem 'jruby-openssl' , :platform => :jruby
6
6
7
7
group :test do
8
- gem 'activerecord' , '~> 4.2 .0'
8
+ gem 'activerecord' , '~> 5.0 .0'
9
9
gem 'activerecord-jdbcsqlite3-adapter' , :platform => [ :jruby ]
10
10
gem 'libxml-ruby' , :platform => [ :ruby , :mswin ]
11
11
gem 'rake'
12
12
gem 'yard'
13
13
gem 'redcarpet' , :platform => :ruby # For fast, Github-like Markdown
14
14
gem 'kramdown' , :platform => :jruby # For Markdown without a C compiler
15
15
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.
17
17
# 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 ]
19
19
end
You can’t perform that action at this time.
0 commit comments