File tree Expand file tree Collapse file tree 5 files changed +2
-56
lines changed Expand file tree Collapse file tree 5 files changed +2
-56
lines changed Original file line number Diff line number Diff line change 34
34
hashdiff (1.0.1 )
35
35
i18n (1.8.5 )
36
36
concurrent-ruby (~> 1.0 )
37
- json_api_client (1.17.1 )
37
+ json_api_client (1.18.0 )
38
38
activemodel (>= 3.2.0 )
39
39
activesupport (>= 3.2.0 )
40
40
addressable (~> 2.2 )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
require 'json_api_client'
2
2
3
- # temporary monkey patch code to fix gem bug
4
- require 'cirro_io/has_one'
5
- require 'cirro_io/base_association'
6
- # temporary monkey patch code to fix gem bug
7
-
8
3
require 'cirro_io/client/version'
9
4
require 'cirro_io/client/configuration'
10
5
require 'cirro_io/client/response_debugging_middleware'
Original file line number Diff line number Diff line change 1
1
# rubocop:disable Style/MutableConstant
2
2
module CirroIO
3
3
module Client
4
- VERSION = '1.2.1 '
4
+ VERSION = '1.2.2 '
5
5
end
6
6
end
7
7
# rubocop:enable Style/MutableConstant
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments