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

View file

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