Update
This commit is contained in:
parent
253ac00c49
commit
00a016f9a7
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -26,6 +26,7 @@ gem 'bootsnap', '>= 1.1.0', require: false
|
|||
|
||||
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
|
||||
# gem 'rack-cors'
|
||||
gem 'rack-cors', :require => 'rack/cors'
|
||||
|
||||
group :production do
|
||||
gem 'pg'
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ GEM
|
|||
pg (1.1.3)
|
||||
puma (3.12.0)
|
||||
rack (2.0.5)
|
||||
rack-cors (1.0.2)
|
||||
rack-test (1.1.0)
|
||||
rack (>= 1.0, < 3)
|
||||
rails (5.2.1)
|
||||
|
|
@ -139,6 +140,7 @@ DEPENDENCIES
|
|||
listen (>= 3.0.5, < 3.2)
|
||||
pg
|
||||
puma (~> 3.11)
|
||||
rack-cors
|
||||
rails (~> 5.2.1)
|
||||
spring
|
||||
spring-watcher-listen (~> 2.0.0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue