Skip to content

Commit

Permalink
bump rack version to address security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
codykrieger committed Jun 25, 2020
1 parent 95e5169 commit 6d8e5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -3,6 +3,6 @@ source "http://rubygems.org"
# Specify your gem's dependencies in ace-rails-ap.gemspec
gemspec

gem "rack", "~> 1.6.11"
gem "rack", ">= 2.1.4"
gem "sprockets"
gem "i18n", "~> 0.6"
gem "i18n"
2 changes: 0 additions & 2 deletions ace-rails-ap.gemspec
Expand Up @@ -13,8 +13,6 @@ Gem::Specification.new do |s|
s.description = %q{The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1 asset pipeline.}
s.license = "MIT"

s.rubyforge_project = "ace-rails-ap"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit 6d8e5cc

Please sign in to comment.