about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2021-03-12 12:19:57 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2021-03-12 12:19:57 -0500
commite69fda8b834768cdf98a92f1ce34fbaf7daf4862 (patch)
tree12cc1970b2dc06651ade3703230b62715c681511
parent4c1ed73143b803969151300d5b0653cfccf29c88 (diff)
downloadthoughts-e69fda8b834768cdf98a92f1ce34fbaf7daf4862.tar.gz
thoughts-e69fda8b834768cdf98a92f1ce34fbaf7daf4862.tar.bz2
thoughts-e69fda8b834768cdf98a92f1ce34fbaf7daf4862.zip
Downgraded ckeditor
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock7
2 files changed, 6 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile index d57baba..39251a1 100644 --- a/Gemfile +++ b/Gemfile
@@ -65,7 +65,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
65gem 'haml' 65gem 'haml'
66gem 'normalize-rails' 66gem 'normalize-rails'
67gem 'devise' 67gem 'devise'
68gem 'ckeditor' 68gem 'ckeditor', '~> 4.2.4'
69gem 'paperclip' 69gem 'paperclip'
70gem 'jquery-rails' 70gem 'jquery-rails'
71gem 'pokeviewer', github: "hatkirby/pokeviewer" 71gem 'pokeviewer', github: "hatkirby/pokeviewer"
diff --git a/Gemfile.lock b/Gemfile.lock index 3788876..a2b75e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -95,9 +95,12 @@ GEM
95 rack-test (>= 0.5.4) 95 rack-test (>= 0.5.4)
96 xpath (>= 2.0, < 4.0) 96 xpath (>= 2.0, < 4.0)
97 childprocess (3.0.0) 97 childprocess (3.0.0)
98 ckeditor (5.1.0) 98 ckeditor (4.2.4)
99 cocaine
99 orm_adapter (~> 0.5.0) 100 orm_adapter (~> 0.5.0)
100 climate_control (0.2.0) 101 climate_control (0.2.0)
102 cocaine (0.6.0)
103 terrapin (= 0.6.0)
101 coffee-rails (4.2.2) 104 coffee-rails (4.2.2)
102 coffee-script (>= 2.2.0) 105 coffee-script (>= 2.2.0)
103 railties (>= 4.0.0) 106 railties (>= 4.0.0)
@@ -284,7 +287,7 @@ DEPENDENCIES
284 capistrano-rails 287 capistrano-rails
285 capistrano-rvm 288 capistrano-rvm
286 capybara (~> 2.13) 289 capybara (~> 2.13)
287 ckeditor 290 ckeditor (~> 4.2.4)
288 coffee-rails (~> 4.2) 291 coffee-rails (~> 4.2)
289 devise 292 devise
290 enumerize 293 enumerize