Browse Source

Merge pull request 'Gemfile 中间件去掉' (#334) from Trustie/forgeplus:trustie_server into master

master
xxq250 3 years ago
parent
commit
11be57cc77
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Gemfile

+ 2
- 2
Gemfile View File

@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'rails', '~> 5.2.0'
gem 'mysql2', '>= 0.4.4', '< 0.6.0'
gem 'puma', '~> 3.11'
gem 'puma', '~> 5.6.5'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'

@@ -53,7 +53,7 @@ gem 'acts_as_list'
gem 'omniauth-cas'

# profiler Middleware
gem 'rack-mini-profiler'
# gem 'rack-mini-profiler'

# object-based searching
gem 'ransack'


Loading…
Cancel
Save