Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
surah infos
  • Loading branch information
mmahalwy committed Dec 18, 2016
commit ecda4bcd43ed166341ac4095e1c80a94ea7a15e9
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source 'https://rubygems.org'
ruby '2.2.3'
ruby '2.3.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
#gem 'rails', '4.1.1'
gem 'rails', '4.2.6'

# Use postgresql as the database for Active Record
gem 'pg', '~> 0.18.2'
gem 'pg', '~> 0.19.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'execjs'
gem 'therubyracer', platforms: :ruby
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ GEM
parallel (1.8.0)
parallel_tests (2.5.0)
parallel
pg (0.18.4)
pg (0.19.0)
posix-spawn (0.3.11)
prose (0.2.2)
pry (0.9.12.6)
Expand Down Expand Up @@ -344,7 +344,7 @@ DEPENDENCIES
oj_mimic_json
parallel
parallel_tests
pg (~> 0.18.2)
pg (~> 0.19.0)
prose
pry-byebug
pry-rails
Expand All @@ -364,5 +364,8 @@ DEPENDENCIES
whatlanguage
zeus

RUBY VERSION
ruby 2.3.0p0

BUNDLED WITH
1.11.2
1.13.6
2 changes: 0 additions & 2 deletions app/models/content/surah_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
# surah_id :integer
# content_source :text
# short_description :text
# created_at :datetime not null
# updated_at :datetime not null
#

class Content::SurahInfo < ActiveRecord::Base
Expand Down
2 changes: 1 addition & 1 deletion db
Submodule db updated from 11d6f3 to 5dbfe0
Loading