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 @@ -28,7 +28,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc

# TOJWebapp のために追加したよ
gem 'devise'
gem 'redcarpet', '~> 2.3.0'
gem 'redcarpet', '~> 3.5.1'
gem 'coderay'
gem 'gretel'

Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ GEM
activemodel (= 4.2.8)
activesupport (= 4.2.8)
arel (~> 6.0)
activerecord-mysql-awesome (0.0.9)
activerecord (~> 4.0)
activesupport (~> 4.0)
mysql2 (>= 0.3.18)
activesupport (4.2.8)
i18n (~> 0.7)
minitest (~> 5.1)
Expand Down Expand Up @@ -122,7 +126,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (12.0.0)
rdoc (4.3.0)
redcarpet (2.3.0)
redcarpet (3.5.1)
responders (2.1.1)
railties (>= 4.2.0, < 5.1)
ridgepole (0.6.6)
Expand Down Expand Up @@ -178,6 +182,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord-mysql-awesome
byebug
coderay
coffee-rails (~> 4.1.0)
Expand All @@ -188,7 +193,7 @@ DEPENDENCIES
jquery-turbolinks
mysql2 (< 0.5)
rails (= 4.2.8)
redcarpet (~> 2.3.0)
redcarpet (~> 3.5.1)
ridgepole
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
Expand Down