You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundler could not find compatible versions for gem "tzinfo":
In Gemfile:
radiant (>= 0) ruby depends on
rails (>= 3.2) ruby depends on
activerecord (= 3.2.0) ruby depends on
tzinfo (~> 0.3.29) ruby
radiant (>= 0) ruby depends on
tzinfo (0.3.0)
Bundler could not find compatible versions for gem "sprockets":
In Gemfile:
radiant (>= 0) ruby depends on
rails (>= 3.2) ruby depends on
actionpack (= 3.2.18) ruby depends on
sprockets (~> 2.2.1) ruby
radiant (>= 0) ruby depends on
compass-rails (~> 1.0) ruby depends on
sprockets (0.9.0)
I'll have a closer look tomorrow at it, but wanted to log this in when it happened so I wouldn't forget. This might simply be a side effect of work in the master branch getting ahead of your instructions. May need to simply update the instructions.
The text was updated successfully, but these errors were encountered:
Following your readme file for setting it up and:
Bundler could not find compatible versions for gem "tzinfo":
In Gemfile:
radiant (>= 0) ruby depends on
rails (>= 3.2) ruby depends on
activerecord (= 3.2.0) ruby depends on
tzinfo (~> 0.3.29) ruby
Bundler could not find compatible versions for gem "sprockets":
In Gemfile:
radiant (>= 0) ruby depends on
rails (>= 3.2) ruby depends on
actionpack (= 3.2.18) ruby depends on
sprockets (~> 2.2.1) ruby
I'll have a closer look tomorrow at it, but wanted to log this in when it happened so I wouldn't forget. This might simply be a side effect of work in the master branch getting ahead of your instructions. May need to simply update the instructions.
The text was updated successfully, but these errors were encountered: