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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ group :development, :test do
gem 'paper_trail-association_tracking', '~> 2.2.1'
gem 'poltergeist', '~> 1.18.1'
gem 'pry-byebug'
gem 'psych', '5.2.2'
gem 'psych', '5.4.0'
gem 'rails-observers'
gem 'ransack'
gem 'rspec-rails', '~> 7.1.1'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PATH
mysql2
paper_trail (~> 16.0.0)
paper_trail-association_tracking (~> 2.2.1)
psych (= 5.2.2)
psych (= 5.4.0)
rack (>= 2.0.1, < 3.2.0)
rack-cache (~> 1.7)
radius (~> 0.8)
Expand Down Expand Up @@ -323,7 +323,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.2.2)
psych (5.4.0)
date
stringio
public_suffix (7.0.5)
Expand Down Expand Up @@ -495,7 +495,7 @@ DEPENDENCIES
paper_trail-association_tracking (~> 2.2.1)
poltergeist (~> 1.18.1)
pry-byebug
psych (= 5.2.2)
psych (= 5.4.0)
rails-observers
ransack
rspec-rails (~> 7.1.1)
Expand Down
2 changes: 1 addition & 1 deletion trusty_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ a general purpose content management system--not merely a blogging engine.'
s.add_dependency 'mysql2'
s.add_dependency 'paper_trail', '~> 16.0.0'
s.add_dependency 'paper_trail-association_tracking', '~> 2.2.1'
s.add_dependency 'psych', '5.2.2'
s.add_dependency 'psych', '5.4.0'
s.add_dependency 'rack', '>= 2.0.1', '< 3.2.0'
s.add_dependency 'rack-cache', '~> 1.7'
s.add_dependency 'radius', '~> 0.8'
Expand Down
Loading