diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index 94c1ac6..d4c7d76 --- a/Gemfile +++ b/Gemfile @@ -10,13 +10,13 @@ end ruby '2.7.5' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 6.0.1' +gem 'rails', '~> 6.1.7', '>= 6.1.7.1' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server gem 'puma', '~> 3.7' # Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0.7' +gem 'sass-rails', '~> 5.0.8' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # See https://github.com/rails/execjs#readme for more supported runtimes @@ -47,16 +47,16 @@ group :development, :test do gem 'selenium-webdriver' gem 'rspec_junit_formatter' - gem 'rspec-rails', '4.0.0.beta3' + gem 'rspec-rails', '4.0.0' end group :development do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. gem 'listen', '>= 3.0.5', '< 3.2' - gem 'web-console', '>= 3.7.0' + gem 'web-console', '>= 4.1.0' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring', '~> 2.0.2' - gem 'spring-watcher-listen', '~> 2.0.0' + gem 'spring-watcher-listen', '~> 2.0.1' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem