diff --git a/backend/Gemfile b/backend/Gemfile index 236743ab..3283d491 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -60,7 +60,7 @@ gem "ruby-progressbar", require: false gem "kaminari-actionview" gem "kaminari-mongoid" -gem "rack-cors", "2.0.1", require: "rack/cors" # freezing to gemfile.lock version because heroku is not respecting lockfile +gem "rack-cors", "2.0.2", require: "rack/cors" # freezing to gemfile.lock version because heroku is not respecting lockfile gem "simplecov", require: false, group: :test group :development, :test do diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index fb1b5e5d..642127df 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -305,8 +305,8 @@ GEM pusher-signature (~> 0.1.8) pusher-signature (0.1.8) racc (1.7.3) - rack (2.2.8) - rack-cors (2.0.1) + rack (2.2.9) + rack-cors (2.0.2) rack (>= 2.0.0) rack-test (2.1.0) rack (>= 1.3) @@ -435,8 +435,6 @@ GEM tomorrowio_rb (0.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2021.3) - tzinfo (>= 1.0.0) unicode-display_width (2.5.0) uniform_notifier (1.16.0) vcr (6.2.0) @@ -498,7 +496,7 @@ DEPENDENCIES pry-rails puma (= 5.6.8) pusher - rack-cors (= 2.0.1) + rack-cors (= 2.0.2) rack-timeout rails (~> 6.1.7.6) rails_12factor