Go back to official smartlisting gem
This commit is contained in:
parent
ef68698388
commit
25c5873a86
2 changed files with 7 additions and 16 deletions
5
Gemfile
5
Gemfile
|
@ -75,10 +75,7 @@ gem 'hashie'
|
||||||
|
|
||||||
gem 'mailjet'
|
gem 'mailjet'
|
||||||
|
|
||||||
# FIXME: this is a fork, go back to official version
|
gem 'smart_listing'
|
||||||
# once https://github.com/Sology/smart_listing/pull/139
|
|
||||||
# has been merged and released
|
|
||||||
gem 'smart_listing', git: 'https://github.com/mizinsky/smart_listing.git', branch: 'kaminari-update'
|
|
||||||
|
|
||||||
gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.8'
|
gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.8'
|
||||||
|
|
||||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -25,17 +25,6 @@ GIT
|
||||||
open4 (~> 1.3.4)
|
open4 (~> 1.3.4)
|
||||||
rake
|
rake
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://github.com/mizinsky/smart_listing.git
|
|
||||||
revision: bcdd4f25954fc6f4faa3d6ea6ea9a69c65da678b
|
|
||||||
branch: kaminari-update
|
|
||||||
specs:
|
|
||||||
smart_listing (1.2.1)
|
|
||||||
coffee-rails
|
|
||||||
jquery-rails
|
|
||||||
kaminari (>= 0.17)
|
|
||||||
rails (>= 3.2)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -703,6 +692,11 @@ GEM
|
||||||
tilt (~> 2.0)
|
tilt (~> 2.0)
|
||||||
skylight (1.5.1)
|
skylight (1.5.1)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
smart_listing (1.2.2)
|
||||||
|
coffee-rails
|
||||||
|
jquery-rails
|
||||||
|
kaminari (>= 0.17)
|
||||||
|
rails (>= 3.2)
|
||||||
spreadsheet_architect (1.4.8)
|
spreadsheet_architect (1.4.8)
|
||||||
axlsx (>= 2.0)
|
axlsx (>= 2.0)
|
||||||
rodf (= 0.3.7)
|
rodf (= 0.3.7)
|
||||||
|
@ -853,7 +847,7 @@ DEPENDENCIES
|
||||||
shoulda-matchers
|
shoulda-matchers
|
||||||
simple_form
|
simple_form
|
||||||
skylight
|
skylight
|
||||||
smart_listing!
|
smart_listing
|
||||||
spreadsheet_architect (~> 1.4.8)
|
spreadsheet_architect (~> 1.4.8)
|
||||||
spring
|
spring
|
||||||
spring-commands-rspec
|
spring-commands-rspec
|
||||||
|
|
Loading…
Add table
Reference in a new issue