mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](https://github.com/ged/ruby-pg/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: pg dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
70 lines
1.5 KiB
Ruby
70 lines
1.5 KiB
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'actionpack-xml_parser', '~> 2.0'
|
|
gem 'activemodel-serializers-xml', '~> 1.0.1'
|
|
|
|
gem 'coffee-rails', '~> 5.0.0'
|
|
|
|
gem 'jquery-rails', '~> 4.4'
|
|
gem 'jquery-ui-rails', '~>6.0.1'
|
|
|
|
gem 'rails', '~> 6.0.4'
|
|
gem 'sassc-rails', '~> 2.1.2'
|
|
|
|
gem 'bootstrap-sass', '3.4.1'
|
|
gem 'font-awesome-sass', '~> 5.15.1'
|
|
|
|
gem 'uglifier', '>=1.3.0'
|
|
|
|
gem 'aasm', '~> 5.2.0'
|
|
gem 'acts_as_list'
|
|
gem 'bcrypt', '~> 3.1.16'
|
|
gem 'htmlentities'
|
|
gem "kt-paperclip", "~> 7.1"
|
|
gem 'puma', '~> 5.6'
|
|
gem 'rails_autolink'
|
|
gem 'RedCloth'
|
|
gem 'sanitize', '~> 6.0'
|
|
gem 'tracks-chartjs-ror'
|
|
gem 'will_paginate'
|
|
|
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
|
gem 'therubyracer', group: :therubyracer
|
|
|
|
# Use --without <group> argument to skip unnecessary drivers
|
|
gem 'sqlite3', group: :sqlite
|
|
gem 'mysql2', '~> 0.5.3', group: :mysql
|
|
gem 'pg', '~> 1.3.2', group: :postgresql
|
|
|
|
group :development do
|
|
gem 'spring'
|
|
gem 'yard'
|
|
|
|
gem 'tolk', '~> 4.1.1'
|
|
|
|
gem 'bullet'
|
|
gem 'rack-mini-profiler'
|
|
gem 'solargraph'
|
|
|
|
gem 'i18n-tasks', '~> 0.9.37'
|
|
end
|
|
|
|
group :development, :test do
|
|
gem 'byebug'
|
|
gem 'listen'
|
|
gem 'rubocop', '~> 1.25', require: false
|
|
end
|
|
|
|
group :test do
|
|
|
|
# get test coverage info on codeclimate
|
|
gem 'codeclimate-test-reporter', '1.0.7', group: :test, require: nil
|
|
gem 'database_cleaner'
|
|
gem 'factory_bot_rails'
|
|
gem 'mocha', :require => false
|
|
gem 'minitest-stub-const'
|
|
gem 'rails-controller-testing'
|
|
gem 'rails-dom-testing', '~> 2.0.0'
|
|
gem 'rspec-expectations'
|
|
gem 'simplecov'
|
|
end
|