Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.6.5'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'actionpack', '~> 6.1.3'
gem 'railties', '~> 6.1.3'
gem 'actionpack', '~> 6.1.4'
gem 'railties', '~> 6.1.4'

# Use Puma as the app server
gem 'puma', '~> 4.3.1'
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (6.1.3)
actionview (= 6.1.3)
activesupport (= 6.1.3)
actionpack (6.1.4.1)
actionview (= 6.1.4.1)
activesupport (= 6.1.4.1)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.1.3)
activesupport (= 6.1.3)
actionview (6.1.4.1)
activesupport (= 6.1.4.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.1.3)
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -24,19 +24,19 @@ GEM
msgpack (~> 1.0)
builder (3.2.4)
byebug (11.0.1)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
crass (1.0.6)
doc2text (0.4.2)
nokogiri (~> 1.10.0)
rubyzip (~> 2.0.0)
erubi (1.10.0)
ffi (1.11.2)
i18n (1.8.9)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
listen (3.2.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.9.0)
loofah (2.12.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
Expand All @@ -56,15 +56,15 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (6.1.3)
actionpack (= 6.1.3)
activesupport (= 6.1.3)
railties (6.1.4.1)
actionpack (= 6.1.4.1)
activesupport (= 6.1.4.1)
method_source
rake (>= 0.8.7)
rake (>= 0.13)
thor (~> 1.0)
rake (13.0.3)
rake (13.0.6)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
Expand All @@ -78,14 +78,14 @@ PLATFORMS
ruby

DEPENDENCIES
actionpack (~> 6.1.3)
actionpack (~> 6.1.4)
bootsnap (>= 1.4.5)
byebug
doc2text (= 0.4.2)
listen (~> 3.2.0)
puma (~> 4.3.1)
rack-cors
railties (~> 6.1.3)
railties (~> 6.1.4)
tzinfo-data

RUBY VERSION
Expand Down