1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Remove codacy, add puma

This commit is contained in:
2021-05-19 22:13:32 +02:00
parent 469ef622ab
commit 1af75a7f5d
4 changed files with 6 additions and 16 deletions

View File

@@ -3,6 +3,8 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '6.1.3.2'
# Use Puma as the app server
gem 'puma', '~> 5.0'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4.1'
@@ -37,9 +39,6 @@ gem 'sdoc', '~> 2.1.0', group: :doc
gem 'web-console', '~> 4.1.0', group: :development
gem 'listen', '~> 3.5.1', group: :development
# Use Codacy for coverage
gem 'codacy-coverage', :require => false
gem 'bootstrap', '~> 4.5.3'
gem "bootstrap_form", "~> 4.5"
gem 'font-awesome-sass', '~> 5.15.1'