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'
1010gem 'exception_notification'
1111# 0.10.5 Results in MySQL syntax error on several tests when run against a MySQL
1212# 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'
1414gem 'mysql2'
1515gem 'puma' , '~> 4.3' # Use Puma as the app server
1616gem 'rack-cors' # Use Rack CORS for handling CORS, making cross-origin AJAX possible
Original file line number Diff line number Diff line change 101101 activesupport (>= 5.0 )
102102 i18n (1.10.0 )
103103 concurrent-ruby (~> 1.0 )
104- jsonapi-resources (0.10.7 )
104+ jsonapi-resources (0.10.5 )
105105 activerecord (>= 4.1 )
106106 concurrent-ruby
107107 railties (>= 4.1 )
@@ -265,7 +265,7 @@ DEPENDENCIES
265265 database_cleaner
266266 exception_notification
267267 factory_bot_rails
268- jsonapi-resources
268+ jsonapi-resources ( = 0.10.5 )
269269 listen (>= 3.0.5 , < 3.2 )
270270 mysql2
271271 pry-rails
You can’t perform that action at this time.
0 commit comments