Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rack from 2.2.3 to 2.2.6.3 #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 62 additions & 62 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
source 'https://rubygems.org'
ruby "2.7.1"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.3'
#'>= 5.0.0.beta1.1', '< 5.1'
# gem 'rails', github: "rails/rails", ref: "dbf67b3a6f549769c5f581b70bc0c0d880d5d5d1"
# Use postgresql as the database for Active Record
# gem 'pg', '= 1.2.3'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.0'
# Use Puma as the app server
gem 'puma'
gem 'awesome_print'
gem 'active_model_serializers', '~> 0.10.0'#, :git => "git://github.com/rails-api/active_model_serializers"
gem 'fog-aws'
gem 'mime-types', '~> 3.3.1'
gem 'sucker_punch', '~> 2.1.2'
gem 'friendly_id', '~> 5.1.0'
gem 'carrierwave'
# for basic search functionality
gem 'ransack', '~> 2.3.2'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem 'rack-cors'
gem 'rack', '~> 2.2.3'
# gem 'rails_12factor', group: :production
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
gem 'pry'
end
group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
# Pretty DB diagrams
gem "rails-erd"
end
group :production do
gem 'pg', '1.2.3'
gem 'rails_12factor'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
source 'https://rubygems.org'
ruby "2.7.1"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.3'
#'>= 5.0.0.beta1.1', '< 5.1'
# gem 'rails', github: "rails/rails", ref: "dbf67b3a6f549769c5f581b70bc0c0d880d5d5d1"
# Use postgresql as the database for Active Record
# gem 'pg', '= 1.2.3'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.0'
# Use Puma as the app server
gem 'puma'

gem 'awesome_print'

gem 'active_model_serializers', '~> 0.10.0'#, :git => "git://github.com/rails-api/active_model_serializers"

gem 'fog-aws'

gem 'mime-types', '~> 3.3.1'

gem 'sucker_punch', '~> 2.1.2'

gem 'friendly_id', '~> 5.1.0'

gem 'carrierwave'

# for basic search functionality
gem 'ransack', '~> 2.3.2'

# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem 'rack-cors'

gem 'rack', '~> 2.2.6'

# gem 'rails_12factor', group: :production

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
gem 'pry'
end

group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
# Pretty DB diagrams
gem "rails-erd"
end
group :production do
gem 'pg', '1.2.3'
gem 'rails_12factor'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ GEM
puma (5.2.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack (2.2.6.3)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-test (1.1.0)
Expand Down Expand Up @@ -236,7 +236,7 @@ DEPENDENCIES
pg (= 1.2.3)
pry
puma
rack (~> 2.2.3)
rack (~> 2.2.6)
rack-cors
rails (~> 6.1.3)
rails-erd
Expand Down