File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ gem 'bunny'
10
10
gem 'exception_notification'
11
11
# 0.10.5 Results in MySQL syntax error on several tests when run against a MySQL
12
12
# There is a 'monkey patch' for this in config/intializers/jsonapi_resources:15-63
13
- gem 'jsonapi-resources'
13
+ gem 'jsonapi-resources' , '=0.10.5'
14
14
gem 'mysql2'
15
15
gem 'puma' , '~> 4.3' # Use Puma as the app server
16
16
gem 'rack-cors' # Use Rack CORS for handling CORS, making cross-origin AJAX possible
Original file line number Diff line number Diff line change 101
101
activesupport (>= 5.0 )
102
102
i18n (1.10.0 )
103
103
concurrent-ruby (~> 1.0 )
104
- jsonapi-resources (0.10.7 )
104
+ jsonapi-resources (0.10.5 )
105
105
activerecord (>= 4.1 )
106
106
concurrent-ruby
107
107
railties (>= 4.1 )
@@ -265,7 +265,7 @@ DEPENDENCIES
265
265
database_cleaner
266
266
exception_notification
267
267
factory_bot_rails
268
- jsonapi-resources
268
+ jsonapi-resources ( = 0.10.5 )
269
269
listen (>= 3.0.5 , < 3.2 )
270
270
mysql2
271
271
pry-rails
You can’t perform that action at this time.
0 commit comments