mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
Turn of CC
This commit is contained in:
parent
ccf1fb8b36
commit
bb7df52f4c
2 changed files with 5 additions and 4 deletions
6
Gemfile
6
Gemfile
|
@ -59,8 +59,12 @@ gem 'tinymce-rails'
|
|||
# gem 'therubyracer', '~> 0.12.1' if RUBY_PLATFORM == 'x86_64-linux'
|
||||
|
||||
gem 'bourbon','~> 3.1.8'
|
||||
|
||||
# Fix icons before updating
|
||||
gem 'font-awesome-sass', '~> 4.1.0.0'
|
||||
gem 'haml'
|
||||
|
||||
# Upgrading will cause issues
|
||||
gem 'neat', '~> 1.6.0'
|
||||
gem 'sass-rails', '~> 5.0.3'
|
||||
gem 'uglifier', '~> 2.5.0'
|
||||
|
@ -84,7 +88,7 @@ end
|
|||
group :test do
|
||||
# gem 'spring'
|
||||
gem 'capybara'
|
||||
gem 'codeclimate-test-reporter', require: nil
|
||||
# gem 'codeclimate-test-reporter', require: nil
|
||||
gem 'database_cleaner'
|
||||
gem 'factory_bot_rails'
|
||||
gem 'phantomjs', require: 'phantomjs/poltergeist'
|
||||
|
|
|
@ -95,8 +95,6 @@ GEM
|
|||
mini_mime (>= 0.1.3)
|
||||
childprocess (3.0.0)
|
||||
cliver (0.3.2)
|
||||
codeclimate-test-reporter (1.0.7)
|
||||
simplecov
|
||||
coderay (1.1.2)
|
||||
coffee-rails (5.0.0)
|
||||
coffee-script (>= 2.2.0)
|
||||
|
@ -401,7 +399,6 @@ DEPENDENCIES
|
|||
bourbon (~> 3.1.8)
|
||||
capybara
|
||||
carrierwave
|
||||
codeclimate-test-reporter
|
||||
coffee-rails
|
||||
country_select
|
||||
dalli (~> 2.7.0)
|
||||
|
|
Loading…
Reference in a new issue