Skip to content

Commit

Permalink
Updated Gemfile, Gemfile.lock, Rails v6.1.7.2 in Ruby v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
masaomi committed Feb 19, 2023
1 parent f9dfaca commit ee7a2d7
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 124 deletions.
6 changes: 3 additions & 3 deletions master/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'ffi'
gem 'sassc-rails'
gem 'rails', '6.1.6.1'
gem 'rails', '6.1.7.2'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
Expand Down Expand Up @@ -71,13 +71,13 @@ gem "chartkick", ">= 3.4.0"
gem 'mysql2', '0.5.3'
gem 'yaml_db'
gem "jstree-rails-4"
gem 'therubyracer'
gem 'thin'
gem 'google-analytics-rails'
gem "nokogiri", ">= 1.13.4"
gem "loofah", ">= 2.19.1"
gem "rack", ">= 2.2.3"
gem 'mini_racer', '0.4.0'
#gem 'mini_racer', '0.4.0'
gem 'mini_racer'
gem 'sidekiq'
gem "addressable", ">= 2.8.0"
gem "rails-html-sanitizer", ">= 1.4.4"
Loading

0 comments on commit ee7a2d7

Please sign in to comment.