Change Gemfile to use single quotes and update the lock file

This commit is contained in:
Jyri-Petteri Paloposki 2020-10-10 01:37:05 +03:00
parent 260efa06df
commit 241477178f
2 changed files with 37 additions and 37 deletions

62
Gemfile
View file

@ -7,8 +7,8 @@ gem 'coffee-rails', '~> 5.0.0'
#gem 'json'
# todo: remove xml api
gem "actionpack-xml_parser", "~> 2.0"
gem "activemodel-serializers-xml", "~> 1.0.1"
gem 'actionpack-xml_parser', '~> 2.0'
gem 'activemodel-serializers-xml', '~> 1.0.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', group: :therubyracer
@ -22,17 +22,17 @@ gem 'jquery-ui-rails' , '~>6.0.1'
# This will prevent a native build of the driver. Building native drivers is not
# always possible on all platforms
# Alternatively use --without <group> arguments to bundler to not install that group
gem "sqlite3", group: :sqlite
gem "mysql2", "~> 0.5.3", group: :mysql
gem "pg", "~> 1.2.3", group: :postgresql
gem 'sqlite3', group: :sqlite
gem 'mysql2', '~> 0.5.3', group: :mysql
gem 'pg', '~> 1.2.3', group: :postgresql
gem "RedCloth"
gem "sanitize", "~> 5.2"
gem "will_paginate"
gem "acts_as_list"
gem "aasm", '~> 5.1.1'
gem "htmlentities"
gem "rails_autolink"
gem 'RedCloth'
gem 'sanitize', '~> 5.2'
gem 'will_paginate'
gem 'acts_as_list'
gem 'aasm', '~> 5.1.1'
gem 'htmlentities'
gem 'rails_autolink'
gem 'puma', '~> 5.0'
gem 'paperclip'
@ -47,18 +47,18 @@ gem 'chartjs-ror', :git => 'git://github.com/ZeiP/chartjs-ror.git'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 1.2'
gem "bootstrap-sass", "3.4.1"
gem "font-awesome-sass", "~> 5.13.0"
gem 'bootstrap-sass', '3.4.1'
gem 'font-awesome-sass', '~> 5.13.0'
group :development do
gem "spring"
gem "yard"
gem 'spring'
gem 'yard'
gem 'tolk', '~> 4.0.0'
gem "bullet"
gem "rack-mini-profiler"
gem "solargraph"
gem 'bullet'
gem 'rack-mini-profiler'
gem 'solargraph'
gem 'i18n-tasks', '~> 0.9.31'
end
@ -66,29 +66,29 @@ end
group :development, :test do
gem 'byebug'
gem 'listen'
gem "rubocop", "~> 0.93", require: false
gem 'rubocop', '~> 0.93', require: false
end
group :test do
gem 'rails-controller-testing'
gem 'rails-dom-testing', '~> 2.0.0'
gem "factory_bot_rails"
gem "rspec-expectations"
gem "database_cleaner"
gem "mocha", :require => false
gem "minitest-stub-const"
gem 'factory_bot_rails'
gem 'rspec-expectations'
gem 'database_cleaner'
gem 'mocha', :require => false
gem 'minitest-stub-const'
gem "selenium-webdriver", "~> 3.142"
gem 'selenium-webdriver', '~> 3.142'
# uncomment to use the webkit option. This depends on Qt being installed
# gem "capybara-webkit"
# gem 'capybara-webkit'
# uncomment to be able to make screenshots from scenarios
#gem "capybara-screenshot"
#gem "launchy"
#gem 'capybara-screenshot'
#gem 'launchy'
gem "simplecov"
gem 'simplecov'
# get test coverage info on codeclimate
gem "codeclimate-test-reporter", "1.0.7", group: :test, require: nil
gem 'codeclimate-test-reporter', '1.0.7', group: :test, require: nil
end

View file

@ -76,7 +76,7 @@ GEM
acts_as_list (1.0.2)
activerecord (>= 4.2)
ast (2.4.1)
autoprefixer-rails (9.4.7)
autoprefixer-rails (10.0.1.0)
execjs
backport (1.1.2)
bcrypt (3.1.16)
@ -103,7 +103,7 @@ GEM
concurrent-ruby (1.1.7)
crass (1.0.6)
database_cleaner (1.8.5)
diff-lcs (1.3)
diff-lcs (1.4.4)
docile (1.3.2)
e2mmap (0.1.0)
erubi (1.9.0)
@ -152,9 +152,9 @@ GEM
mimemagic (~> 0.3.2)
maruku (0.7.3)
method_source (1.0.0)
mime-types (3.1)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mime-types-data (3.2020.0512)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
@ -245,7 +245,7 @@ GEM
rubocop-ast (0.7.1)
parser (>= 2.7.1.5)
ruby-progressbar (1.10.1)
rubyzip (2.0.0)
rubyzip (2.3.0)
safe_yaml (1.0.5)
sanitize (5.2.1)
crass (~> 1.0.2)
@ -265,7 +265,7 @@ GEM
simplecov (0.19.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.2)
simplecov-html (0.12.3)
solargraph (0.39.17)
backport (~> 1.1)
benchmark