Skip to content

Commit

Permalink
add functionality gems and rails update and refactor for factory clas…
Browse files Browse the repository at this point in the history
…s and view using devise errors for deprecation warning message
  • Loading branch information
FernandoZX committed Nov 7, 2023
1 parent 1154f55 commit 166e6c9
Show file tree
Hide file tree
Showing 14 changed files with 263 additions and 228 deletions.
13 changes: 10 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
source 'https://rubygems.org'
ruby '2.3.0'

gem 'rails', '4.2.7'
gem 'rails', '~> 4.2.7'

gem 'mysql2'
gem 'mysql2', '0.4.10'
gem 'sass-rails', '~> 5.0', '>= 5.0.6'
gem 'coffee-rails'

Expand Down Expand Up @@ -34,6 +35,8 @@ gem 'googlecharts'
# To use geokit
gem 'geokit'

# gem 'mimemagic', '0.3.7'

# To use jquery ui
gem 'jquery-ui-rails'

Expand Down Expand Up @@ -99,6 +102,7 @@ group :test do
gem 'database_cleaner'
gem 'faker'
gem 'shoulda-matchers', '~> 3.1'
gem 'simplecov'
end

group :production do
Expand Down Expand Up @@ -126,4 +130,7 @@ gem 'foreman'
gem 'annotate', require: false

# glone models with associations
gem 'amoeba'
gem 'amoeba'

gem 'rails-html-sanitizer', '1.0.3'
gem 'loofah', '2.1.1'
Loading

0 comments on commit 166e6c9

Please sign in to comment.