diff --git a/house-master/vendor/bundle/ruby/2.5.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile b/house-master/vendor/bundle/ruby/2.5.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile old mode 100755 new mode 100644 index 8a9da453..61a9b38b --- a/house-master/vendor/bundle/ruby/2.5.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile +++ b/house-master/vendor/bundle/ruby/2.5.0/gems/factory_bot_rails-4.8.2/tmp/aruba/testapp/Gemfile @@ -13,11 +13,11 @@ gem 'sqlite3' # Use Puma as the app server gem 'puma', '~> 3.0' # Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' +gem 'sass-rails', '~> 5.0', '>= 5.0.6' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # Use CoffeeScript for .coffee assets and views -gem 'coffee-rails', '~> 4.2' +gem 'coffee-rails', '~> 4.2', '>= 4.2.2' # See https://github.com/rails/execjs#readme for more supported runtimes # gem 'therubyracer', platforms: :ruby @@ -42,7 +42,7 @@ end group :development do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. - gem 'web-console', '>= 3.3.0' + gem 'web-console', '>= 3.5.1' gem 'listen', '~> 3.0.5' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring'