TrevorS / bootstrap3-datetimepicker-rails

This gem packages the bootstrap-datetimepicker for the Rails 3.1+ asset pipeline.
MIT License
292 stars 123 forks source link

unable to install 4.17.42 using bundler #41

Closed kstein413 closed 7 years ago

kstein413 commented 8 years ago

I'm getting: Could not find gem 'bootstrap3-datetimepicker-rails (~> 4.17.42)' in any of the gem sources listed in your Gemfile or available on this machine. but 4.17.37 installs fine. Looking for .42 in hopes that I'll be able to get the date picker working using rails 5 simpleform, because as of now it doesn't show up using:

$( document ).on('turbolinks:load', function() {
  $('.form_datetime').datetimepicker({
    keepOpen: false,
    showTodayButton: true,
    format: 'yyyy-mm-dd'
  });
});
kstein413 commented 8 years ago

@TrevorS

TrevorS commented 8 years ago

Sorry about that. Please try again -- I've updated the gem on RubyGems.

Thanks!