File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11
11
- 2.2.8
12
12
- 2.3.5
13
13
- 2.4.2
14
+ - 2.5.0
14
15
- ruby-head
15
16
- jruby-9.1.12.0
16
17
- jruby-head
@@ -21,6 +22,8 @@ matrix:
21
22
- rvm : jruby-9.1.12.0
22
23
- rvm : jruby-head
23
24
bundler_args : --jobs 3 --retry 3
25
+ before_install :
26
+ - " travis_retry gem update --system"
24
27
notifications :
25
28
email : false
26
29
irc :
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
+
3
+ require 'date'
2
4
module FakeRecord
3
5
class Column < Struct . new ( :name , :type )
4
6
end
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ def dispatch
233
233
end
234
234
235
235
it "should visit_BigDecimal" do
236
- compile Nodes . build_quoted ( BigDecimal . new ( '2.14' ) )
236
+ compile Nodes . build_quoted ( BigDecimal ( '2.14' ) )
237
237
end
238
238
239
239
it "should visit_Date" do
You can’t perform that action at this time.
0 commit comments