Merge pull request #1592 from betagouv/update-smart-listing
Go back to official smart_listing gem
This commit is contained in:
commit
9c8e3531c0
2 changed files with 7 additions and 16 deletions
5
Gemfile
5
Gemfile
|
@ -75,10 +75,7 @@ gem 'hashie'
|
|||
|
||||
gem 'mailjet'
|
||||
|
||||
# FIXME: this is a fork, go back to official version
|
||||
# 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 'smart_listing'
|
||||
|
||||
gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.8'
|
||||
|
||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -25,17 +25,6 @@ GIT
|
|||
open4 (~> 1.3.4)
|
||||
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
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
|
@ -703,6 +692,11 @@ GEM
|
|||
tilt (~> 2.0)
|
||||
skylight (1.5.1)
|
||||
activesupport (>= 3.0.0)
|
||||
smart_listing (1.2.2)
|
||||
coffee-rails
|
||||
jquery-rails
|
||||
kaminari (>= 0.17)
|
||||
rails (>= 3.2)
|
||||
spreadsheet_architect (1.4.8)
|
||||
axlsx (>= 2.0)
|
||||
rodf (= 0.3.7)
|
||||
|
@ -853,7 +847,7 @@ DEPENDENCIES
|
|||
shoulda-matchers
|
||||
simple_form
|
||||
skylight
|
||||
smart_listing!
|
||||
smart_listing
|
||||
spreadsheet_architect (~> 1.4.8)
|
||||
spring
|
||||
spring-commands-rspec
|
||||
|
|
Loading…
Add table
Reference in a new issue