Skip to content

Commit

Permalink
Update rack and specify rack-cors
Browse files Browse the repository at this point in the history
  • Loading branch information
lsirivong committed Nov 23, 2020
1 parent 07680b0 commit 4daa7b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ gem 'middleman', '~> 4.2'
gem 'middleman-autoprefixer', '~> 2.7'
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby, :x64_mingw]
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw, :x64_mingw]
gem 'rack-cors'
gem 'rack', '2.0.8'
gem 'rack-cors', '~> 1.1'
gem 'rack', '~> 2.2'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
activesupport (>= 3.1)
parallel (1.20.1)
public_suffix (4.0.6)
rack (2.0.8)
rack (2.2.3)
rack-cors (1.1.1)
rack (>= 2.0.0)
rb-fsevent (0.10.4)
Expand All @@ -105,8 +105,8 @@ PLATFORMS
DEPENDENCIES
middleman (~> 4.2)
middleman-autoprefixer (~> 2.7)
rack (= 2.0.8)
rack-cors
rack (~> 2.2)
rack-cors (~> 1.1)
tzinfo-data
wdm (~> 0.1)

Expand Down

0 comments on commit 4daa7b9

Please sign in to comment.