In my RoR project I want to use the DataTables Gem:
https://rails-assets.org/#/components/DataTables
I put the Gem with the right Source in my Gem file and run bundle install
.
It outputs in green:
Installing rails-assets-datatables 1.10.12
And at the end:
Bundle complete! 66 Gemfile dependencies, 159 gems now installed.
No errors appear.
But when I start run run rails s
I get:
Could not find rails-assets-datatables-1.10.12 in any of the sources
Any help?
I am using XOS El Capitan. I heard that this can have something to do with the security settings? I am searching for days now without success.