1
0
Fork 0

Update runtime gem dependencies

This commit is contained in:
Alex Kotov 2019-10-09 13:23:12 +05:00
parent a7760cb51b
commit c43fa2e7d1
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 14 additions and 14 deletions

14
Gemfile
View File

@ -14,17 +14,17 @@ gem 'rails', '~> 6.0.0'
gem 'rails-i18n', '~> 6.0.0'
# Use postgresql as the database for Active Record.
gem 'pg', '>= 0.18', '< 2.0'
gem 'pg', '~> 1.1'
# Use Puma as the app server.
gem 'puma', '~> 4.0'
gem 'puma', '~> 4.2'
# Use Uglifier as compressor for JavaScript assets.
gem 'uglifier', '>= 1.3.0'
gem 'uglifier', '>= 4.0'
# Turbolinks makes navigating your web application faster.
# Read more: https://github.com/turbolinks/turbolinks.
gem 'turbolinks', '~> 5'
gem 'turbolinks', '~> 5.2'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder.
# gem 'jbuilder', '~> 2.5'
@ -68,7 +68,7 @@ gem 'simple_form', '~> 5.0'
# A simple HTTP and REST client for Ruby,
# inspired by the Sinatra microframework style of specifying actions:
# get, put, post, delete.
gem 'rest-client', '~> 2.0'
gem 'rest-client', '~> 2.1'
# A gem that provides a client interface for the Sentry error logger.
gem 'sentry-raven'
@ -80,7 +80,7 @@ gem 'devise', '~> 4.7'
gem 'devise-i18n', '~> 1.8'
# Object oriented authorization for Rails applications.
gem 'pundit', '~> 2.0'
gem 'pundit', '~> 2.1'
# Interactor provides a common interface
# for performing complex user interactions.
@ -99,7 +99,7 @@ gem 'omniauth-rails_csrf_protection', '~> 0.1'
gem 'omniauth-github', '~> 1.3'
# A rack middleware for throttling and blocking abusive requests.
gem 'rack-attack', '~> 6.0'
gem 'rack-attack', '~> 6.1'
# Simple, efficient background processing for Ruby.
gem 'sidekiq', '~> 5.2'

View File

@ -487,19 +487,19 @@ DEPENDENCIES
omniauth (~> 1.9)
omniauth-github (~> 1.3)
omniauth-rails_csrf_protection (~> 0.1)
pg (>= 0.18, < 2.0)
pg (~> 1.1)
pry-doc (~> 1.0)
pry-rails (~> 0.3)
puma (~> 4.0)
pundit (~> 2.0)
puma (~> 4.2)
pundit (~> 2.1)
pundit-matchers (~> 1.6)
rack-attack (~> 6.0)
rack-attack (~> 6.1)
rails (~> 6.0.0)
rails-erd (~> 1.5)
rails-i18n (~> 6.0.0)
recaptcha (~> 4.13)
redis (~> 4.1)
rest-client (~> 2.0)
rest-client (~> 2.1)
rspec-rails (~> 3.8)
rubocop (~> 0.72.0)
rubocop-performance (~> 1.4)
@ -513,8 +513,8 @@ DEPENDENCIES
simplecov (~> 0.16)
spring
spring-watcher-listen (~> 2.0.0)
turbolinks (~> 5)
uglifier (>= 1.3.0)
turbolinks (~> 5.2)
uglifier (>= 4.0)
web-console (>= 3.3.0)
yard (~> 0.9, >= 0.9.20)